Steve, I just pushed the beta code to the main code. Ill try to add more docs...
Check out the scope method if you need to limit queue for each menu (and make it uniq acros multiple doms instead of only one)... Steve Urmston wrote: > Hi, just spotted the limit queue length post, works a charm. Thanks Dan > > http://jquery.com/docs/Plugins/limitQueue/ > <http://jquery.com/docs/Plugins/limitQueue/> > > > > > > On 10/19/06, *Adrian Sweeney* < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > with out looking into your code and just looking at the effect > I suggest. > > Start by clearing the animation path on every mouse over, then > build a new animation to move from the current to the new > position should > > so if you had 5 steps in your anim and 4 links 1->4 > > then if you were over 1 the icon would be at position 1 then > as you moved down the path would be 1->2 then 1->3 and 1->4 of > course if you have 5 increments in your movement between 1 & > two there would be 5 between 1 and 4 too also if you are on > increment part 3 (60% of the way there then the increment > steps should start from that x,y position to the x,y position > of the mouse. > > > > *Adrian Sweeney* > Web Developer > Mills & Reeve > Tel: +44(0)121 456 8236 > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > http://www.mills-reeve.com <http://www.mills-reeve.com/> > > -----Original Message----- > *From:* Steve Urmston [mailto:[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>] > *Sent:* 19 October 2006 14:31 > *To:* [email protected] <mailto:[email protected]> > *Subject:* [jQuery] Animated Menu > > Hi folks > > I've been trying to build a menu where an image follows to > match the hovered link > > Example: http://clearbar.co.uk/navtest.html > > Problem is the animate effects queue up, thus moving mouse > fast can stack up pretty high. > > Anyone know how I could get around this, or think of a > better way to achieve this effect? > > Cheers, > Steven > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
