#7489 closed enhancement (duplicate)
Allow named queues with .animate()
Reported by: | 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.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #7490.