「已经开始支持图形创建」
轻量的小程序 canvas 动画库
原介绍帖子 点这里
图形创建
let img = new Shape('image', { x: 100, y: 300,w:100,h:100, file:"./1.png"}, 'fill', true)

动画
 img.animate({x:"+100",w:1000,h:1000,rotate:Math.PI/2},{duration:5000}).start(10)

|  |      1mokeyjay      2017-11-29 11:42:38 +08:00 赞一个 顺便 BB 一句,开发小程序的都是懂中文的吧?项目首页有必要英文么? | 
|  |      3bobiscool OP 刚刚居然有人为我 收不收费 😂 |