I have a div where I am applying a class that alters the background image:
$('div').addClass('specialBackground');
However, the transition between the background images is too abrupt. I want to achieve a smooth fade effect between the different backgrounds while still keeping this styling in my stylesheet. Is there a way to accomplish this?