admin-vben/packages/effects/plugins/src/motion
Jin Mao 417e6c2ade chore: fix lint && typecheck 2026-03-25 16:33:41 +08:00
..
README.md chore: fix lint && typecheck 2026-03-25 16:33:41 +08:00
index.ts feat: demo of motion plugin (#5550) 2025-02-17 15:25:45 +08:00
types.ts feat: demo of motion plugin (#5550) 2025-02-17 15:25:45 +08:00

README.md

Motion Plugin

基于 @vueuse/motion 的动画插件。

导出

导出 类型 说明
Motion 组件 动画组件
MotionGroup 组件 动画组组件
MotionDirective 指令 动画指令
MotionPlugin 插件 Vue 插件

使用

import { MotionPlugin, Motion, MotionDirective } from '@vben/plugins/motion';

app.use(MotionPlugin);

类型

import type { MotionOptions, MotionVariants } from '@vben/plugins/motion';