Subscribe for updates and more.

Web Animation

Planted 02023-05-18

Web animation implementation areas:

  • CSS animation property
  • JavaScript
    • requestAnimationFrame
    • Web Animations API
    • WebGL
    • WebGPU

Web animation intent areas:

  • πŸ’… Animate CSS properties
  • πŸ“„ Animate DOM attributes
  • ✨ Animate particle systems
  • β˜€οΈ Animate full 2D scenes
  • 🏞️ Animate full 3D scenes

JavaScript animation libraries

Other animation workflows

Resources

Specs

Articles

Talks

Courses

People