
Comparing JavaScript animation libraries for production use - GSAP, Anime.js, Motion and Web Animations API
Tween is an animation technique that interpolates between a start value and an end value to create smooth change. It is used as a basic concept for expressing continuous changes such as position, opacity, and scale.