We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d30f5 commit ba5ca55Copy full SHA for ba5ca55
1 file changed
README.md
@@ -165,6 +165,7 @@ $.fn.extend({
165
this.addClass('animated ' + animationName).one(animationEnd, function() {
166
$(this).removeClass('animated ' + animationName);
167
});
168
+ return this;
169
}
170
171
```
0 commit comments