Page 1 of 1

Fade background image

Posted: Sun Jul 27, 2014 9:59 pm
by Cody Blue

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.


Fade background image

Posted: Sun Jul 27, 2014 10:15 pm
by Alena Prykhodko

Cody,

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