Hi I am trying to fade In a new background image when i click a div. Currently the image loads instantly and i tried adding in a .fadeIn at the start of it like so:
$('body').fadeIn("slow").css({"background-image": "url(Aboutme.jpg)", 'background-size' : 400});
Can anyone tell me what im doing wrong? Have looked everywhere but noeone seems to have the same problem