#9280 closed enhancement (fixed)
Allow multiple effect queues for animate()
| Reported by: | gnarf | Owned by: | gnarf |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7 |
| Component: | effects | Version: | git |
| Keywords: | 1.7-discuss | Cc: | |
| Blocked by: | Blocking: |
Description (last modified by )
animate() currently has a queue option, but the only "useful" value it has false .
I would like to propose that we add support for passing a string, which when present would queue the animation in the specified queue like so:
$(".elems").animate( props, {
queue: "second",
duration: 250,
callback: fn,
easing: "swing"
}).dequeue("second");
Change History (16)
comment:1 Changed 6 years ago by
comment:2 follow-up: 3 Changed 6 years ago by
| Component: | unfiled → effects |
|---|---|
| Owner: | set to gnarf |
| Priority: | undecided → low |
| Status: | new → pending |
Is this something that was submitted for the jQuery 1.7 Roadmap proposal?. It's still not too late to get the addition on there so that we can vote as to whether it should land.
comment:3 Changed 6 years ago by
| Status: | pending → new |
|---|
Replying to addyosmani:
Is this something that was submitted for the jQuery 1.7 Roadmap proposal?. It's still not too late to get the addition on there so that we can vote as to whether it should land.
Yes - its on the proposal list already.
comment:4 Changed 6 years ago by
| Status: | new → open |
|---|
comment:10 Changed 6 years ago by
| Description: | modified (diff) |
|---|
+1, Seems like a useful and back-compat extension.
comment:12 Changed 6 years ago by
| Description: | modified (diff) |
|---|
+1, seems useful and implementation is super small
comment:13 Changed 6 years ago by
| Description: | modified (diff) |
|---|---|
| Milestone: | 1.next → 1.7 |
| Priority: | low → blocker |
comment:15 Changed 6 years ago by
| Status: | open → assigned |
|---|
comment:16 Changed 6 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Landing pull request 496. 1.7 animate: allow named queues to be used by animate. Fixes #9280.
More Details:

https://github.com/gnarf37/jquery/commit/d3eb1c1120f55a70a03bcb1545bc9a36cb3af205