Skip to content

Relation to update-the-rendering #87

Open
@chrishtr

Description

@chrishtr

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    animationsuseful for animation-related explainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions