Side navigation
#10497 closed enhancement (fixed)
Opened October 14, 2011 03:18PM UTC
Closed October 14, 2011 03:21PM UTC
.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.
Attachments (0)
Change History (1)
Changed October 14, 2011 03:21PM UTC by comment:1
component: | unfiled → effects |
---|---|
milestone: | None → 1.7 |
resolution: | → fixed |
status: | new → closed |
version: | 1.7b2 → 1.6.4 |
https://github.com/jquery/jquery/commit/6c4ca13d693663cdd124d4d29cb12897a6debc5e and https://github.com/jquery/jquery/commit/a3b59d7f92c9e15af1888fc4e87639a290763a50 implement this already