Side navigation
#4547 closed enhancement (worksforme)
Opened April 16, 2009 03:55PM UTC
Closed April 16, 2011 11:34PM UTC
inacurate animation timing
Reported by: | arri | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | effects | Version: | |
Keywords: | needsreview animation timing | Cc: | arritjeparretjenof@gmail.com |
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.
Attachments (0)
Change History (3)
Changed May 06, 2009 03:57PM UTC by comment:1
component: | core → fx |
---|---|
type: | bug → enhancement |
Changed November 17, 2010 02:58AM UTC by comment:2
keywords: | animation timing → needsreview animation timing |
---|---|
priority: | major → low |
status: | new → open |
Changed April 16, 2011 11:34PM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | open → closed |
We already do this (based upon time, not number of steps).