animate-css/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
Removes white-space at the beginning of the compiled files. See #1102.
Fix problems with some blunder and postcss.
📋 Changes
- New animations:
- ShakeY
- fadeInTopLeft
- fadeInTopRight
- fadeInBottomLeft
- fadeInBottomRight
- fadeOutTopLeft
- fadeOutTopRight
- + 23 more
This release patches the media-query `prefers-reduced-motion` according to the new specs and avoid some unexpected problems. Fixes #932 #934 #928.
📋 Changes
- Modify animation speed/duration with `fast, faster, slow, slower` class names
- Modify delay with `delay-1s, delay-2s, delay-3s` class names
- Added support for `reduced-motion` media queries to disable animations for users who prefer reduced motion
- An added animation: `heartBeat`
- Documentation and dev dependencies have been updated
- Updated to Gulp 4
📋 Changes
- New Animation: jackInTheBox
- Improved documentation
- Several bug fixes
- Better compatibility (no more `transform: none`)
- Added prettier (nice code formatting 💅)
By popular demand, animate.css’s dev environment is now a Gulp thing. This release updates the codebase to use Gulp and adds some minor changes to bring the release up to date with master.
📋 Changes
- Restructured files such that compiled CSS is in a new `dist` directory
- Added a mixin to allow easy inclusions of animations on any element
- Variables to adjust animation duration and the animation hook class name
Dropping support for IE9 and Android 3
A Haiku for this release: I hate tags I hate Bower I have no idea what I’m doing.
Rebuilding with new copyright notice, various fixes.
A few different tags going on. Tags are hard. This should fix issues (maybe?) #358 and #320.
📋 Changes
- 3d transforms for better performance on hardware acceleration (where available - resolves #238)
- Removal of a lot of unnecessary code
- Rewrite of many animations to make them just that little bit more delightful
Minor bugfixes, feature additions, and (hopefully) Bower tag corrections.
Minor update; a new entry to the attention seekers!
📋 Changes
- Local Builds
- Grunt workflow
- Up-to-date prefixes
Switch from v2.0 to v2.0.x as per SemVer. Resolves #100.
