I'm currently animating my first website, found here: http://jsfiddle.net/thevenin/zRLFX/4/
Summary: I have five divs that are animated recursively, with a $.each() function to start the animations. If you hover over any of the five divs, the animation is supposed to break and all of the divs are supposed to stop moving. The animation restarts with the $.each() function when you unhover the div.
My issue is that sometime the hover() function doesn't fire off when the divs reach a diagonal axis to the interior circle. If you trace the mouse over a div in this position, the mouse will hover over the div without being registered. Both Firefox and Chrome have this issue. How can I fix this?
Thanks!