When you place your mouse over the box it triggers the first hover callback and animates it to hide. Leaving the mouse over the box while it slides out of view, the mouseout event will fire, triggering the second callback, which queues an animation to show it. If your mouse is still in position to be over it when it slides back, it will mouseover again and you get a loop.
- Richard On Sat, Sep 20, 2008 at 12:27 PM, monycau <[EMAIL PROTECTED]> wrote: > > Please check this page: > http://progra.ro/zoliky/index.html > > and put the mouse on square (leave the mouse on square). Why the > animation is executed twenty times ? > > Please check my html source code. Thanks so much! > > > On Sep 19, 4:27 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > > On Fri, Sep 19, 2008 at 5:43 AM, yo2lux <[EMAIL PROTECTED]> wrote: > > > > > Thanks for your help! > > > jQuery UI is a separate plugin ? > > > > jQuery UI is a sister project of jQuery. It's focused on providing a > > cohesive set of high quality RIA (Rich Internet Application) plugins. > > Interaction, Widgets, and Effects. You can find out more at > > > > http://ui.jquery.com/ > > > > and > > > > http://docs.jquery.com/UI/ > > > > Also, there's a dedicated mailing list for jQuery UI at > > > > http://groups.google.com/group/jquery-ui > > > > - Richard >