diff --git a/README.md b/README.md index 2f8c180c49185647a4c80129c04160f5820ae622..b82d981aa4c2be05742c8f4e3a028517e5a580c3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # wx-wow + 该项目为提供微信小程序一套便捷好用动画执行方案, 通过添加简单的动画类名和一些简单的参数,即可实现想要的动画效果。灵感来源 [WOW.js](https://github.com/matthieua/WOW) wx-wow 需要 调试小程序基础库 `>2.5` +仓库地址: [@Five-great/wx-wow](https://github.com/Five-great/wx-wow) # 下载 @@ -96,4 +98,7 @@ git clone https://github.com/Five-great/wx-wow.git ## 支持 -## 欢迎提出意见 + +## 欢迎 点赞 ,Fork , 提 Issues + +qq邮箱: fivecc@qq.com diff --git a/package.json b/package.json index e5ed06039e4f47ea5a017ba7e1a4bac97169aebb..d3a1b1ea0576fe8b045876e006fd80a6aa4b0cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wx-wow", - "version": "0.0.4", + "version": "0.0.5", "description": "A CSS animation library is displayed when scrolling down the page.This project provides a convenient and easy-to-use animation implementation scheme for wechat Mini Program. By adding a simple animation class name and some simple parameters, the desired animation effect can be achieved.", "miniprogram": "dist", "main": "./index.js",