Side navigation
#6579 closed enhancement (fixed)
Opened May 17, 2010 09:16PM UTC
Closed September 24, 2010 02:13PM UTC
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: | ||
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. 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.
I have added a possible patch.