Skip to content

Commit ba5ca55

Browse files
mutoeeltonmesquita
authored andcommitted
fix a bug (#709)
Resolve the problem after calling the animateCss() method can not continue to call other jQuery methods
1 parent 01d30f5 commit ba5ca55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ $.fn.extend({
165165
this.addClass('animated ' + animationName).one(animationEnd, function() {
166166
$(this).removeClass('animated ' + animationName);
167167
});
168+
return this;
168169
}
169170
});
170171
```

0 commit comments

Comments
 (0)