Modify ↓
Ticket #6579 (closed enhancement: fixed)
Allow named animation speeds to be 0
| Reported by: | jryans | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | effects | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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. 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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I have added a possible patch.