JQuery background image animation

I have a navigation bar that, when you hover over an item, changes the background image, which works great. However, I would like this image to slide on top and slide back when you stopped soaring. I tried to do this using jQuery, using css bacgroundImage and sliding or switching, but none of this works. How to do it using jQuery?

+2
source share

All Articles