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.