Description
(related to #85)
Re: https://github.com/WebKit/explainers/tree/main/animation-frame-rate
If there is an animation declared to be at a different frame rate than the update-the-rendering steps, then how does the processing model for updates work?
-
Is the proposal to do some updates that skip some of these steps, and "only" update the animation? i.e. are you proposing that
requestAnimationFrame
,ResizeObserver
,resize event
,IntersectionObserver
, etc steps don't run in such updates? Or only if it happens to coincide with the update-the-rendering timing? -
How should the developer indicate that they'd like animations to be synced if possible?
-
If the regular update-the-rendering steps are not customizable, that could lose an opportunity for lowering the frame rate for devices that are low on battery.
Activity