Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation performance #1

Open
RoelN opened this issue Nov 19, 2019 · 1 comment
Open

Animation performance #1

RoelN opened this issue Nov 19, 2019 · 1 comment

Comments

@RoelN
Copy link
Collaborator

RoelN commented Nov 19, 2019

Variable font animations should be made as performant as possible:

  • Use requestanimationframe when triggering from JS
  • Use Intersection Observer to detect elements in view
  • Debounce/throttle?
@RoelN
Copy link
Collaborator Author

RoelN commented Nov 20, 2019

Using interaction observer in 4abba53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant