Bug Tracker

Modify

Ticket #4547 (closed enhancement: worksforme)

Opened 4 years ago

Last modified 2 years ago

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

comment:1 Changed 4 years ago by brandon

  • Type changed from bug to enhancement
  • Component changed from core to fx

comment:2 Changed 3 years ago by dmethvin

  • Keywords needsreview added
  • Priority changed from major to low
  • Status changed from new to open

comment:3 Changed 2 years ago by john

  • Status changed from open to closed
  • Resolution set to worksforme

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.