#203 closed feature (fixed)
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.
Change History (10)
comment:1 Changed 17 years ago by
Priority: | minor → major |
---|
comment:2 Changed 17 years ago by
Priority: | major → minor |
---|---|
Type: | enhancement → feature |
comment:3 Changed 17 years ago by
..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...
comment:4 Changed 17 years ago by
how would this actually work?
like this? ... $('aDiv').animate({left: 250px}, 'slow'); $('aDiv').fxEnd(); ...
also, wouldnt .fxRestart() be better than .fxStart()?
comment:5 Changed 17 years ago by
Any way to prevent any queued animations on a particular element would be great!
comment:6 Changed 17 years ago by
I would be very interested in this mod - basically I need to stop/cancel an animation before it has finished.
comment:7 Changed 17 years ago by
I also need a way to stop a queued animations for a given element.
comment:8 Changed 16 years ago by
Exactly what I actually need, after using jquery just a single day now
comment:9 Changed 16 years ago by
The way the interface plugin handles it worked for my most recent need of this feature. See: http://interface.eyecon.ro/docs/animate
comment:10 Changed 16 years ago by
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.