Side navigation
#203 closed feature (fixed)
Opened September 17, 2006 12:54PM UTC
Closed September 08, 2007 02:56AM UTC
Last modified March 15, 2012 01:49AM UTC
More control over animation
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2 |
Component: | effects | Version: | 1.1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In some cases I want to stop an animation, dequeue or just end (get to the last step) an animation or a group of animations by type.
Attachments (0)
Change History (10)
Changed November 17, 2006 03:14PM UTC by comment:1
priority: | minor → major |
---|
Changed November 17, 2006 09:38PM UTC by comment:2
priority: | major → minor |
---|---|
type: | enhancement → feature |
Changed January 02, 2007 11:34PM UTC by comment:3
..i had a need for such things many times (starting and stopping animations - especially stopping), so this feature would be very helpful.. i like the syntax above...
Changed January 03, 2007 12:50AM UTC by comment:4
how would this actually work?
like this?
...
$('aDiv').animate({left: 250px}, 'slow');
$('aDiv').fxEnd();
...
also, wouldnt .fxRestart() be better than .fxStart()?
Changed January 16, 2007 03:56PM UTC by comment:5
Any way to prevent any queued animations on a particular element would be great!
Changed January 30, 2007 07:19AM UTC by comment:6
I would be very interested in this mod - basically I need to stop/cancel an animation before it has finished.
Changed February 03, 2007 03:06PM UTC by comment:7
I also need a way to stop a queued animations for a given element.
Changed April 13, 2007 08:58PM UTC by comment:8
Exactly what I actually need, after using jquery just a single day now
Changed June 21, 2007 07:21AM UTC by comment:9
The way the interface plugin handles it worked for my most recent need of this feature. See: http://interface.eyecon.ro/docs/animate
Changed September 08, 2007 02:56AM UTC by comment:10
milestone: | → 1.2 |
---|---|
need: | → Review |
resolution: | → fixed |
status: | new → closed |
version: | → 1.1.4 |
Fixed in SVN rev [3133].
Ok, so this feature request is specifically looking for the addition of:
or something similar. .dequeue() already exists, it would just need to be made "publicly" available.