Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jquery Animate Background Image Transition

I have a navigation bar that when hovering over an item, the background image is changed, that works fine. However, I would like this image to slide in from the top, and slide back up when you stop hovering. I've been trying to do this with JQuery, using css bacgroundImage and sliding or toggling, but none of that seems to work. How can I do this using Jquery?

like image 751
Sam Cogan Avatar asked Mar 18 '26 08:03

Sam Cogan


1 Answers

Or you can use css-sprite

http://snook.ca/archives/javascript/jquery-bg-image-animations/

demo: http://snook.ca/technical/jquery-bg/

like image 119
Anwar Chandra Avatar answered Mar 20 '26 20:03

Anwar Chandra