Skip to content

Commit

Permalink
Added demo for
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSaints committed Apr 14, 2015
1 parent 771ccdb commit 936f17f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
<script src="dist/morphext.js"></script>
<script>
$("#js-rotating").Morphext({
animation: "rotateIn"
animation: "rotateIn",
complete: function () {
console.log("This is called after a phrase is animated in! Current phrase index: " + this.index);
}
});
</script>
</body>
Expand Down

0 comments on commit 936f17f

Please sign in to comment.