vivify
vivify copied to clipboard
Vivify is free CSS animation library.
Updating readme and removing dead links
The centered div using materializecss tends to break the alignment when using anything other than fade animation effects
Will you implement bower / npm? Thank you
Love this! Here's UX feedback... Don't have to change the visual design, but it would be nice of the keyboard arrows automatically scrolled through the different animations. Thanks if you...
In `main.js` line 19: ``` if (i >= 0 && i < options.length - 1) { ``` I think it should be: ``` if (i >= 0 && i