Skip to main content

Bug Tracker

Side navigation

#3221 closed enhancement (fixed)

Opened August 05, 2008 04:24AM UTC

Closed October 22, 2008 03:32PM UTC

Add "stop all" function that kills all queued animations

Reported by: dalangalma Owned by: flesler
Priority: minor Milestone: 1.3
Component: effects Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:
Description

This was added by the old Interface code in change http://dev.jquery.com/changeset/1311, but it'd be nice to have it in jQuery core. Right now you can stop the current animation with stop(), but it would be nice to also be able to stop all future animations as well.

Attachments (0)
Change History (2)

Changed August 05, 2008 02:55PM UTC by flesler comment:1

owner: → flesler
status: newassigned

Yeah.. I encountered this situation many times.

I'll handle this.

Changed October 22, 2008 03:32PM UTC by flesler comment:2

resolution: → fixed
status: assignedclosed

This can be done like this:

$(...).stop( true );