I have a set of thumbnails that are swapping images on hover and at the same time doing a fade transition using .animate() by changing opacity. Right now most of it is working but when I quickly hover over an image and go to another one then that image keeps the second image showing and not the first one which is what i want. I think I need sometime like: "if my hover is less than certain amount of time then go back to original image". This will probably ensure that all thumbnails will always be showing the first image even if I quickly rollover them. What piece of code should I add to accomplish this?
link where you can see the problem: http://cargocollective.com/jarrettcreative
This is what I want to do: