-
**Describe the bug** A clear and concise description of what the bug is.
**To Reproduce** Steps to reproduce the behavior:
1. Init the function
I created the function as in the documentation …
-
Hi, there!
In a few of my projects, I've noticed that after I animate an element by adding the animation classes from Animate.css to it, I can no longer use the transform property on that element i…
-
# [Latest Prototype](http://codepen.io/shshaw/pen/LNKyzR?editors=0010)
## Cash.fn.animate essentials:
- [x] Psuedo jQuery-compatible API, not 100% parity but enough to ease migration
- [x] Use `Elemen…
-
When you call the function as shown in the example with the class name `animate__bounce ` it won't work because the prefix adds an extra `animate__`. Unless the prefix is removed, calls should be like…
xadim updated
4 years ago
-
I tried using WOW.js with the latest version 4.1.0 of animate.css from cdn.js and it didn't work, had to revert to an earlier version of animate.css (3.7.2) as I had used it in an earlier project.
…
-
Hi :) Look like `sm:clear-none` not work :) I don't know how to add it in config file. But I think someone will need it.
-
1) on this url:
https://cdnjs.com/libraries/animations
the author link should better to be replaced with
https://web.archive.org/web/20150607104307/http://www.cloud-eight.com/github/animation…
-
When I build the website (with `export HUGO_ENV=production`) all the CDN urls are printed as a string in the HTML.
Example:
![Stories_of_a_Lifelong_Student](https://user-images.githubusercontent.com…
-
Maybe I'm missing something, but being able to pass an element type into the animation may give better control. I've just ran into an issue where this package defaults the wrapper to a `` with `displa…
-
Is it possible to chain animations elegantly, while the following works, you have to nest this multiple times:
```
var animationEnd = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimatio…