Can't get the animation to work correctly with multiple items....
Hi,
If you look at this page
http://tijmensmit.com/dev/jquery/slide_no_animation.html you will see that if you hover over the photo the text block goes up, and if you hover over the text it slides down and covers the photo. It's all pretty basic and it works fine. But ones I try to get them animated during the sliding up and down the trouble starts.
It works fine if you take the time and wait for them to go back to their starting position, but if you move over the items quickly it becomes a mess. You can see what I mean on this page
http://tijmensmit.com/dev/jquery/slide.htmlI hoped that by adding a stop() before the animation if would fix the problem, but it doesn't really improve at all. It still quickly becomes a mess if you hover from one item to the next one.
Could anyone tell me how I could get the animations to work properly without it becoming a mess? I now there are double id's in the html, but unfortunately I can't really change the html :(
Thanks :)