So I have an interesting image setup and I was wondering if it's possible to fade between two background images. I would assume if there was one, it'd be with multiple background images and opacities... hmm!
A:
it'd be with multiple background images and opacities
Yep, that's the way to go. There's no "native" way of tweening background images, I'm afraid.
You may use one of the many Javascript frameworks out there to help you with the animation.
Bad news, sorry :D
aefxx
2010-03-17 23:08:31
Okay, thanks! Just had to check. Seems like opacity does the trick.
Kyle
2010-03-17 23:18:15
+2
A:
This article Using jQuery for Background Image Animations by Jonathan Snook may help you.
orandov
2010-03-17 23:10:37