Skip to content

A lightweight JavaScript animation library with a simple, yet powerful API. Support Vue 3, Nuxt 3

License

Notifications You must be signed in to change notification settings

productdevbookcom/animejs-vue

Repository files navigation

Version Downloads License Github Stars

Anime.js It is a wrapper package for Vue.js.

Setup

pnpm install @productdevbook/animejs-vue

Usage

Vue 3 or TypeScript

import { anime } from '@productdevbook/animejs'

anime({
  targets: '.demo .el',
  translateX: 250,
  rotate: '1turn',
  backgroundColor: '#FFF',
  duration: 800
})

Nuxt 3

nuxt.config.ts

defineNuxtConfig({
  modules: [
    '@productdevbook/animejs-vue/nuxt'
  ]
})

Local Development

Requirements

Setup

pnpm install

Dev

pnpm dev

Build

pnpm build

Linkler

About

A lightweight JavaScript animation library with a simple, yet powerful API. Support Vue 3, Nuxt 3

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published