Side navigation
#7489 closed enhancement (duplicate)
Opened November 12, 2010 03:16PM UTC
Closed November 12, 2010 06:36PM UTC
Last modified November 12, 2010 06:36PM UTC
Allow named queues with .animate()
Reported by: | jez9999@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.4rc |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Just to float an idea I've been having, sometimes you want to have separate queues for separate elements. jQuery supports multiple named queues, of course, and the queue that .animate() places animations on if it's told to is the queue named 'fx'. How about allowing the queue parameter to be a string, and if it is, it specifies the name of the queue on which to place the animation? That way it's convenient to queue up animations for different elements.