Bug 56151
Summary: | Change Animation update rate to 60fps | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | Layout and Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Noam Rosenthal
*** Bug 46283 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
Don't we use rAF for CSS animations now?
Noam Rosenthal
(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.