mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
fix a bug (#709)
Resolve the problem after calling the animateCss() method can not continue to call other jQuery methods
This commit is contained in:
parent
01d30f5ab6
commit
ba5ca55c80
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ $.fn.extend({
|
|||
this.addClass('animated ' + animationName).one(animationEnd, function() {
|
||||
$(this).removeClass('animated ' + animationName);
|
||||
});
|
||||
return this;
|
||||
}
|
||||
});
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue