Updates
Changelog
Notable changes in nanime.
Changelog
For the full changelog, see the GitHub releases.
v0.0.11
- Added
useAnimeTimelinecomposable wrapping anime.jscreateTimeline()with Vue ref target normalization, pre-mount command buffering, and timeline syncing. - Composable returns can now be passed directly to
.sync()— nanime automatically unwraps them to raw anime.js instances.
v0.0.9/v0.0.10
- Added
useScrambleTextcomposable wrapping anime.jsscrambleText()with reactive text cycling. - Removed
useLayout— incompatible with Vue's DOM management. - Broadened
@vueuse/corepeer dep to support v13 and v14.
v0.0.8
- Integrated Nuxt Studio.
- Added instant play support for calling composables outside
setup(). - Renamed animation
optionstoparametersacross all composables.
v0.0.7
- Added "view on GitHub" links for doc examples.
- Fixed documentation link issues.
v0.0.5
- Initial release with
useAnimate,useWaapiAnimate,useAnimatable,useSplitText, anduseDraggable.