Bug 268607

Summary: [threaded-animation-resolution] ensure accelerated animations run at 120Hz
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: dino, graouts, mattwoodrow, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 268282    
Bug Blocks: 250970    

Antoine Quint
Reported 2024-02-02 00:23:38 PST
The scheduling of animations being done for iOS in https://bugs.webkit.org/show_bug.cgi?id=268282 uses the same CADisplayLink as the one used to drive page rendering updates, which is capped at 60Hz. However, we should refresh animations at 120Hz. We also need to ensure that this is implemented correctly for macOS.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-02 00:24:16 PST
Note You need to log in before you can comment on or make changes to this bug.