specimen-skeleton icon indicating copy to clipboard operation
specimen-skeleton copied to clipboard

Animation performance

Open RoelN opened this issue 5 years ago • 1 comments

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 avatar Nov 19 '19 12:11 RoelN

Using interaction observer in 4abba53ce921978a4aba62cbe190e1b44e18574c

RoelN avatar Nov 20 '19 13:11 RoelN