Modify ↓
Ticket #4547 (closed enhancement: worksforme)
inacurate animation timing
| Reported by: | arri | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | effects | Version: | |
| Keywords: | needsreview animation timing | Cc: | arritjeparretjenof@… |
| Blocking: | Blocked by: |
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
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.
