Skip to content

Releases: animate-css/animate.css

v4.1.1

07 Sep 11:24
Compare
Choose a tag to compare

Removes white-space at the beginning of the compiled files. See #1102.

v4.1.0

13 May 15:58
Compare
Choose a tag to compare

Fix problems with some blunder and postcss.

v4.0.0

07 May 16:28
Compare
Choose a tag to compare
  • New animations:
    • ShakeY
    • fadeInTopLeft
    • fadeInTopRight
    • fadeInBottomLeft
    • fadeInBottomRight
    • fadeOutTopLeft
    • fadeOutTopRight
    • fadeOutBottomRight
    • fadeOutBottomLeft
    • lightSpeedInRight
    • lightSpeedInLeft
    • lightSpeedOutRight
    • lightSpeedOutLeft
    • backOutDown
    • backOutLeft
    • backOutRight
    • backOutUp
    • Bouncing entrances
    • bounceIn
    • bounceInDown
    • bounceInLeft
    • bounceInRight
    • bounceInUp
  • Improved animations
  • Adds prefix animate__ to all classes, avoiding CSS class clashes
  • Adds new utility classes
  • Adds CSS custom properties support
  • Leaner and up-to-date dependencies build system
  • Updates demo-website layout
  • Add and improve documentation and build system to the demo-website

No more npm-shrinkwrap

04 Jun 22:41
Compare
Choose a tag to compare

Updates Prefers reduced motion

29 May 02:06
Compare
Choose a tag to compare

This release patches the media-query prefers-reduced-motion according to the new specs and avoid some unexpected problems. Fixes #932 #934 #928.

Animation speed, delays, and `reduced-motion` support

23 Jul 22:46
Compare
Choose a tag to compare
  • 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

New animation and bug fixes

21 Jul 14:33
Compare
Choose a tag to compare
  • New Animation: jackInTheBox
  • Improved documentation
  • Several bug fixes
  • Better compatibility (no more transform: none)
  • Added prettier (nice code formatting 馃拝)

Restore `source` directory in bower

06 Jun 17:38
Compare
Choose a tag to compare
Merge pull request #550 from andreamaiolo/master

[bower.json] source dir removed from the ignore array

Update dependencies and copyright

02 Jan 17:58
Compare
Choose a tag to compare
3.5.1

Update dependencies and copyright

Switch from Grunt to Gulp

14 Dec 19:49
Compare
Choose a tag to compare

By popular demand, animate.css鈥檚 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.