Animations

Smooth web animation requires knowing something about the browser graphics architecture and how to keep your animations hardware accelerated.

Performance

Measuring performance

Tips

  1. Style recalculation (CPU)
  2. Layout (CPU)
  3. Paint (CPU)
  4. Composite (GPU)

References