8000 GitHub - Soya-xy/motion-vue: A animation library for Vue
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Soya-xy/motion-vue

 
 

Repository files navigation

Motion for Vue

A animation library designed for Vue 3, Powered by Motion.

Features

  • 🎨 Declarative Animation API
  • 🔄 Gesture Animation Support
  • 🎯 Full TypeScript Support
  • ⚡️ High Performance Animation
  • 🎭 Variants Animation System
  • 👀 Viewport Animation Trigger
  • 🚪 Enter/Exit Animation Support

🏎️ Quick start

Install motion-v:

npm install motion-v

Basic Usage

<script setup>
import { Motion } from 'motion-v'
</script>

<template>
  <Motion :animate="{ x: 100 }" />
</template>

Read the full docs.

About

A animation library for Vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.5%
  • Vue 8.7%
  • JavaScript 1.8%
0