#6657 closed enhancement (fixed)
Allow named speeds to be 0
Reported by: | jryans | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.7 |
Component: | ui.effects.core | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently, if a named animation speed in the fx.speeds object is set to 0, the 0 value is ignored and the default speed is used with advanced UI effects via hide, show, etc. I have found it useful to define named speeds for a set of functionality so that speeds can be controlled independently for each group of functionality. However, if you then want to disable animation for one set of functionality (for one named speed), you are unable to, due to this issue.
Test Case: http://jsfiddle.net/ywc2T/2/
Related change in jQuery core: jquery/5c05504
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | TBD → 1.9 |
---|
comment:3 Changed 12 years ago by
Milestone: | 1.9 → 1.8.7 |
---|
Note: See
TracTickets for help on using
tickets.
Effects: Allow named speeds to be 0. Fixes #6657 - Allow named speeds to be 0