Jin Mao 417e6c2ade chore: fix lint && typecheck 2 месяцев назад
..
README.md 417e6c2ade chore: fix lint && typecheck 2 месяцев назад
index.ts 9f82052c71 feat: demo of motion plugin (#5550) 1 год назад
types.ts 9f82052c71 feat: demo of motion plugin (#5550) 1 год назад

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';