Opened 14 years ago
Closed 12 years ago
#4547 closed enhancement (worksforme)
inacurate animation timing
Reported by: | arri | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | effects | Version: | |
Keywords: | needsreview animation timing | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Animations seems to use a fixed step-duration, and amounts of steps based on the given animation-duration and the (fixed) step-duration. This causes the animation to last longer if the browser cannot execute steps within the fixed duration time. On slow machines and/or when hardware is under heavy load this results in unwanted (slow) behaviour.
Prefered would be to simply animate steps based on the time passed, using a minimum time duration instead of a fixed one.
Change History (3)
comment:1 Changed 14 years ago by
Component: | core → fx |
---|---|
Type: | bug → enhancement |
comment:2 Changed 12 years ago by
Keywords: | needsreview added |
---|---|
Priority: | major → low |
Status: | new → open |
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
We already do this (based upon time, not number of steps).