返回排行榜

vueuse/motion

TypeScriptmotion.vueuse.org

🤹 Vue Composables putting your components in motion

motionvuecomposablepopmotionpopmotion-for-vuespringcomposition-api
Star 增长趋势
Star
2.8k
Forks
93
周增长
Issues
46
1k2k
2021年1月2022年11月2024年9月2026年7月
制品库npmnpm install motion
README

🤹 @vueuse/motion

npm npm npm minzip size Netlify Status

Vue Composables putting your components in motion

  • 🏎 Smooth animations based on Popmotion
  • 🎮 Declarative API inspired by Framer Motion
  • 🚀 Plug & play with 20+ presets
  • 🌐 SSR Ready
  • 🚚 First-class support for Nuxt 3
  • ✨ Written in TypeScript
  • 🏋️‍♀️ Lightweight with <25kb bundle size

🌍 Documentation

👀 Demos

Quick Start

Let's get started by installing the package and adding the plugin.

From your terminal:

npm install @vueuse/motion

In your Vue app entry file:

import { createApp } from "vue";
import { MotionPlugin } from "@vueuse/motion";
import App from "./App.vue";

const app = createApp(App);

app.use(MotionPlugin);

app.mount("#app");

You can now animate any of your component, HTML or SVG elements using v-motion.

<template>
  <div
    v-motion
    :initial="{
      opacity: 0,
      y: 100,
    }"
    :enter="{
      opacity: 1,
      y: 0,
    }"
  />
</template>

To see more about how to use directives, check out Directive Usage.

To see more about what properties you can animate, check out Motion Properties.

To see more about how to create your own animation styles, check out Transition Properties.

To see more about what are variants and how you can use them, check out Variants.

To see more about how to control your declared variants, check out Motion Instance.

Nightly release channel

You can try out the latest changes before a stable release by installing the nightly release channel.

npm install @vueuse/motion@npm:vueuse-motion-nightly

Credits

This package is heavily inspired by Framer Motion by @mattgperry.

If you are interested in using WAAPI, check out Motion.dev!

I would also like to thank antfu, patak-dev and kazupon for their kind help!

If you like this package, consider following me on GitHub and on Twitter.

👋

相关仓库
motiondivision/motion

A modern animation library for React and JavaScript

TypeScriptnpmMIT Licenseanimationanimation-js
motion.dev
32.9k1.3k
Popmotion/popmotion

Simple animation libraries for delightful user interfaces

JavaScriptnpmtweenmotion
popmotion.io
20.2k665
mojs/mojs

The motion graphics toolbelt for the web

CoffeeScriptMIT Licensewebgraphics
mojs.github.io
18.7k889
JOYCEQL/magic-resume

free online AI resume editor,the only official website is https://magicv.art

TypeScriptnpmOtherreactresume-website
magicv.art
8.8k985
skydoves/Pokedex

🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.

KotlinApache License 2.0androidkotlin
8.3k1.1k
sghall/react-move

React Move | Beautiful, data-driven animations for React

JavaScriptnpmMIT Licensereactanimation
react-move-docs.netlify.app
6.6k167
bendc/animateplus

A+ animation module for the modern web

JavaScriptnpmMIT Licenseanimationcss
5.9k278
ibelick/motion-primitives

UI kit to make beautiful, animated interfaces, faster. Customizable. Open Source.

TypeScriptnpmMIT Licenseanimatedanimation
motion-primitives.com
5.7k221
ggandor/leap.nvim

Neovim's answer to the mouse 🦘

FennelMIT Licenseneovimneovim-plugin
5k53
schollz/find3

High-precision indoor positioning framework, version 3.

GoGo ModulesMIT Licensemotiongps-tracking
internalpositioning.com/doc
4.8k369
zalo/MathUtilities

A collection of some of the neat math and physics tricks that I've collected over the last few years.

C#The Unlicensekalman-filterneat
4.7k432
ant-design/ant-motion

:bicyclist: Animate specification and components of Ant Design

JavaScriptnpmMIT Licensereactmotion
motion.ant.design
4.6k354