views:

16

answers:

0

I created a hidden DIV panel with form fields in it. I setup an icon on a nav bar on the right side of the page. When clicking on that icon, I perform a show('slide', { direction: right }, 2000). Although the animation starts properly, jQuery overshoots the left boundary then eventually reposition the panel correctly.

Why does this happen? Is there a work-around?

(PS - I figured out the issue and answer - will post tomorrow!)