Bug 56151

Summary: Change Animation update rate to 60fps
Product: WebKit Reporter: Dean Jackson <dino>
Component: Layout and RenderingAssignee: Dean Jackson <dino>
Status: NEW    
Severity: Normal CC: cmarrin, jamesr, noam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   

Dean Jackson
Reported 2011-03-10 16:29:44 PST
Source/WebCore/page/animation/AnimationController.cpp sets the animation timer delay at 0.025s. We should look at making it a more standard number such as 60fps. We might even want to clamp animations at that rate?
Attachments
Noam Rosenthal
Comment 1 2012-07-20 16:11:32 PDT
*** Bug 46283 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
Comment 2 2012-07-20 16:18:56 PDT
Don't we use rAF for CSS animations now?
Noam Rosenthal
Comment 3 2012-07-20 16:20:41 PDT
(In reply to comment #2) > Don't we use rAF for CSS animations now? If so, this bug should be closed as invalid. We don't use rAF for Qt yet but it will come soon.
Note You need to log in before you can comment on or make changes to this bug.