Recent Commits to hyperframes:main
・docs(skills): fix anime.js v3 syntax in v4 adapter guidance (#3064) * docs(skills): fix anime.js v3 syntax in v4 adapter guidance The animejs adapter docs teach v3 syntax against a v4 build, so the examples cannot run as written: every v4 bundle assigns a *namespace object* to the global `anime`, making v3's `anime({ targets })` call form a TypeError.
・`easing:` is now `ease:`, ease names lost their `ease` prefix, and