Skip to content

Debounce ve requestAnimationFrame #7

@ekin-ceylan

Description

@ekin-ceylan
setTimeout is blind to the render cycle.
setInterval doesn’t adjust to frame lag.
requestAnimationFrame talks to the browser. Use it for visual updates.
Your animations (and users) will thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions