Skip to content

Commit

Permalink
[Chg]
Browse files Browse the repository at this point in the history
  • Loading branch information
bobiscool committed Nov 29, 2017
1 parent c540a07 commit 55604c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 181 deletions.
2 changes: 1 addition & 1 deletion example/page/component/pages/img/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Page({
// })
this.wxCanvas.add(img);
// circle2.setOrigin([100,10]);
img.animate({x:"+100",w:1000,h:1000,rotate:Math.PI/2},{duration:5000}).start(100)
img.animate({x:"+100",w:1000,h:1000,rotate:Math.PI/2},{duration:5000}).start(10)
// circle2.updateOption(
// { rotate:-Math.PI/4}
// );
Expand Down
180 changes: 0 additions & 180 deletions wxDraw/src/thoughts.md

This file was deleted.

0 comments on commit 55604c9

Please sign in to comment.