# uni-app的animate的插件
**Repository Path**: kuboy/uniapps_animate_plugin
## Basic Information
- **Project Name**: uni-app的animate的插件
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-02-09
- **Last Updated**: 2020-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
使用uni-app简单封装Animation动画,简单方便。
不依赖其他组件,可单独使用。
内附DEMO文档。
### 文件结构
1. animate.js 插件文件
2. DEMO.vue DEMO文件
#### 
### 使用
```
```
### 注
不支持H5端。
如果在H5端使用,
1. 在main.js中引入zepto
```
Vue.prototype.$ = require('zepto.js');
```
2. 在其他页面即可直接使用this.$('选择器').animate方法