Skip to content

Commit

Permalink
Merge pull request jschr#76 from pahaz/patch-1
Browse files Browse the repository at this point in the history
Add recommended by animate.css animation-end event listeners
  • Loading branch information
Jordan Schroter committed Jun 28, 2015
2 parents e34a993 + 73448ef commit f8cbeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.textillate.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
.css('visibility', 'visible')
.show();

$t.one('animationend webkitAnimationEnd oAnimationEnd', function () {
$t.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function () {
$t.removeClass('animated ' + effect);
cb && cb();
});
Expand Down

0 comments on commit f8cbeff

Please sign in to comment.