Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Move object on scroll over image

How may I move grid cell over image on scroll in ionic app
any link/suggestion

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Move object on scroll over image

Hello Amirul,

You may display that image on the background using the CSS or change the property "position" for that grid and image

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Move object on scroll over image

any example? https://www.w3schools.com/howto/tryit... I am following this.How may I set image dynamically in ionic app with parallax class

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Move object on scroll over image

Image Image

Why style is empty after rendering
background image is not showing

if i set direct full link without variable working nice
but coming data from database as variable is not working

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Move object on scroll over image

That is not working
ng-style : {'background-image':'url({{Vote.Round.round1image}})'}

But that is working
ng-style : {'background-image':'url(http://humorq.com/images/bd160615.jpg)'}

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Move object on scroll over image

Done in this way
$scope.myStyle = {'background-image':'url('+$scope.Vote.Round.round1image+')'};

https://docs.angularjs.org/api/ng/dir...

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

Move object on scroll over image

Amirul,

Glad it works now and thank you for sharing this!

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Move object on scroll over image

Hi that is working nice in Appery
But not working in installed app
how may i set page height?

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Move object on scroll over image

hi in android phone that is not working

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Move object on scroll over image

hello
any idea?

Return to “Issues”