Skip to main content

Bug Tracker

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 brandon comment:1

component: corefx
type: bugenhancement

Changed November 17, 2010 02:58AM UTC by dmethvin comment:2

keywords: animation timingneedsreview animation timing
priority: majorlow
status: newopen

Changed April 16, 2011 11:34PM UTC by john comment:3

resolution: → worksforme
status: openclosed

We already do this (based upon time, not number of steps).