Getting Started
Introduction
SSR Safe animations with animejs
Introduction
nanime is a Nuxt module designed to provide a seamless integration of AnimeJS into your Vue & Nuxt applications.
Why nanime?
- SSR Safety: Safe for server-side rendering, preventing hydration issues.
- Premade Composables: Ready-to-use composables and components.
- Zero Boilerplate: No manual configuration required.
Key Features
- SSR Safe: Animations are guarded to run only in the client environment.
- Vue Integration: Reactive and lifecycle-aware composables.
- Waapi Support: Built-in support for Web Animations API.
- Transition Components: Easily animate element transitions.
Next Steps
Ready to start animating? Head over to the Installation guide to add nanime to your project.
Each animated comes the full code snippet you can copy and paste directly into your project.