GSAP
https://greensock.com/gsap/
Think of GSAP as the Swiss Army Knife of javascript animation...but better. It animates anything JavaScript can touch (CSS properties, canvas library objects, SVG, React (JS), Vue, Angular, generic objects, whatever) and it solves countless browser inconsistencies, all with blazing speed (up to 20x faster than jQuery), including automatic GPU-acceleration of transforms.
Web 用のアニメーションライブラリ
from: 現場で使える Vue.js 3.x 実践ガイド
GSAP は、かつての TweenMax と TweenLite を統合したもので、Flash 全盛の時代から存在
同じく Flash 時代の Tween24 の HTML5 版が Tween24.js として公開されている
GSAP は場合によっては有償ライセンスとなるので、不安な場合は Tween24.js を使うのが良いかも
#ライブラリ