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 818bd60 commit b572c94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ $('.tlt').textillate({

Textillate triggers the following events

* start.tlt - triggered when textillate starts
* inAnimationBegin.tlt - triggered when the in animation begins
* inAnimationEnd.tlt - triggered when the in animation ends
* outAnimationBegin.tlt - triggered when the out animation begins
* outAnimationEnd.tlt - triggered when the in animation ends
* end.tlt - triggered when textillate ends
* `start.tlt` - triggered when textillate starts
* `inAnimationBegin.tlt` - triggered when the in animation begins
* `inAnimationEnd.tlt` - triggered when the in animation ends
* `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 () {
Expand Down

0 comments on commit b572c94

Please sign in to comment.