Opened 13 years ago
Closed 12 years ago
#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: | ||
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.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
need: | Review → Commit |
---|
comment:3 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I have added a possible patch.