Bug 24950

Summary: Need a way to limit CSS animation framerate (or CPU usage)
Product: WebKit Reporter: Dean Jackson <dino>
Component: CSSAssignee: Chris Marrin <cmarrin>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ahmad.saleem792, cmarrin, laszlo.gombos, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description Dean Jackson 2009-03-30 16:17:13 PDT
Lots of complaints that CSS animations are great for the manufacturers of CPU fans. As well as turning animations off, we probably need some way to limit framerate or CPU usage.

IIRC Opera does something like this for SVG.
Comment 1 Ahmad Saleem 2022-08-07 06:05:21 PDT
rAF and other APIs now do allow frames to not consume lot of CPU and processors are now multi-threaded and multi-core to allow the use of CSS animation without causing any issues.

I am going to mark this as "RESOLVED WONTFIX" for time being. If I am wrong, please reopen this. Thanks!