Opened 12 years ago
Closed 12 years ago
#10497 closed enhancement (fixed)
.stop should allow choosing which queue to stop
Reported by: | gnarf | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7 |
Component: | effects | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Now that animate is able to put animations into multiple queues ( #9280 ), we should enhance .stop()
with the ability to stop animations in a single queue.
.stop( [ queueName, ] clearQueue, gotoEnd )
When passing a string as the first argument to stop, it should limit its stopping to only the single queue.
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Milestone: | None → 1.7 |
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.7b2 → 1.6.4 |
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/commit/6c4ca13d693663cdd124d4d29cb12897a6debc5e and https://github.com/jquery/jquery/commit/a3b59d7f92c9e15af1888fc4e87639a290763a50 implement this already