Skip to content

Commit

Permalink
add event order
Browse files Browse the repository at this point in the history
  • Loading branch information
PengJiyuan authored Dec 29, 2016
1 parent 5f3be0f commit 1ec3787
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ init the stage
var stage = LCL.init({
element: document.getElementById('canvas'),
width: 500,
height: 500
height: 500,
changeIndex: true // allow event order
});
```
global scale
Expand Down Expand Up @@ -126,7 +127,8 @@ stage.stop(a);

## ToDo

* Event Z-index
* Event Z-index (Done)
* Browser compatibility test
* global scale and translate...

## [MIT](./LICENSE)

0 comments on commit 1ec3787

Please sign in to comment.