Cody Blue
Posts: 0
Joined: Sun Aug 25, 2013 2:11 am

Fade background image

As pages within my project load, I am hoping to fade the background image to varying degrees. Would you have any suggestions? Heres how I am displaying the background image:

$('div[dsid="mobilecontainer"]').css('background-image', 'url('+Appery.getImagePath('brown_background.jpg')+')');
$('div[dsid="mobilecontainer_RTP"]').css('background-size','100% 100%');

Thanks.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Fade background image

Cody,

It should be possible with CSS http://stackoverflow.com/questions/21.... You can search online for more solutions.

Return to “Issues”