Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chg] 添加 wxDraw 小程序canvas动画库,让小程序canvas支持动画和交互事件 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion module/module_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,16 @@ Polyfills for w3c API on top of Weapp API

#### [CFETeam/weapp-session](https://github.com/CFETeam/weapp-session)

为微信小程序提供会话管理功能
为微信小程序提供会话管理功能

#### [wxDraw 全面的小程序Canvas动画库 支持创建各种图形,动画以及主要手势交互事件](https://github.com/bobiscool/wxDraw)
> 轻量的小程序canvas动画库

##### 特性
- 简单 不需要你会canvas,会用jQuery就会使用wxDraw。
- 灵活 所有图形,随时随地都可以进行属性修改、图形添加以及图形销毁。
- 事件支持 小程序支持的事件只要是合理的都支持。
- 缓动动画支持 wxDraw支持链式调用动画『就像jQuery的animate一样』,并且支持几乎所有的缓动函数

##### demo
![](https://github.com/bobiscool/wxDraw/raw/master/assets/google.gif)