I have a div called #highlights
which swaps article titles and illustrations. When I change to a new illustration using jQuery like this
$("#highlights").css("background","url("+path+")");
the background picture being set shows up slowly for the first time. How could I fix this?