Skip to content

Commit

Permalink
added 'type' option and bumped to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nawafnaim committed Dec 16, 2014
1 parent b0cc484 commit 4a6acdd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Textillate.js v0.3.2
#Textillate.js v0.4.0

See a live demo [here](http://jschr.github.com/textillate/).

Expand Down Expand Up @@ -123,7 +123,10 @@ $('.tlt').textillate({
},

// callback that executes once textillate has finished
callback: function () {}
callback: function () {},

// set the type of token to animate (available types: 'char' and 'word')
type: 'char'
});
```

Expand Down

0 comments on commit 4a6acdd

Please sign in to comment.