Skip to content

Commit

Permalink
more README stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
callmecavs committed Jul 5, 2016
1 parent 4c2b75a commit 282db51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ const instance = Bricks({
})
```

Positioning using `transform` is done via `translate3d` for optimal performance. Coupled with a CSS `transition`, this option allows for easily animating the grid items into place.

## API / Events

Bricks instances are extended with [Knot.js](https://github.com/callmecavs/knot.js), a browser-based event emitter. Use the event emitter syntax to add and remove handlers for the events emitted by the API methods. Review the emitter syntax [here](https://github.com/callmecavs/knot.js#api).
Expand Down

0 comments on commit 282db51

Please sign in to comment.