Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Schroter committed Nov 20, 2013
1 parent 3777482 commit 818bd60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,9 @@ Textillate triggers the following events
* outAnimationBegin.tlt - triggered when the out animation begins
* outAnimationEnd.tlt - triggered when the in animation ends
* end.tlt - triggered when textillate ends

```js
$('.tlt').on('inAnimationBegin.tlt', function () {
// do something
});
```

0 comments on commit 818bd60

Please sign in to comment.