Hi everyone, I've been playing with Joel's fantastic menu plugin and was wondering if anyone knows if it's possible to animate the LI's at the same time the containing UL is being animated?
I've got a simple demo running that *almost* does what I want: http://www.retropolis.com/clients/etc/superfish/example_martin.html I'm making the UL's fade-in, fly up and bounce using the the animation object to alter margin-top and onShow callback to get the bounce. What I'd also like to do is animate the css height property of the LI's as they rise, starting out spaced apart and having them come together at the end of their travel, and do the opposite in reverse. Is this possible to do by passing a parameter, or will editing of the core script be required? Thank you for reading! Martin