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 Jun 10, 2014
1 parent cb468a3 commit d23af6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ $('.tlt').on('inAnimationBegin.tlt', function () {
});
```

##Methods

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/jschr/textillate/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
* `$element.textillate('start')` - Manually start/restart textillate
* `$element.textillate('stop')` - Manually pause/stop textillate
* `$element.textillate('in')` - Retrigger the current text's in animation
* `$element.textillate('out')` - Retrigger the current text's out animation

0 comments on commit d23af6a

Please sign in to comment.