We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b529d3a commit 2a2bf8dCopy full SHA for 2a2bf8d
README.md
@@ -157,7 +157,7 @@ $.fn.extend({
157
animateCss: function (animationName) {
158
var animationEnd = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend';
159
this.addClass('animated ' + animationName).one(animationEnd, function() {
160
- this.removeClass('animated ' + animationName);
+ $(this).removeClass('animated ' + animationName);
161
});
162
}
163
0 commit comments