animate-css/animate.css
 Watch   
 Star   
 Fork   
2020-09-07 19:20:17
animate.css

v4.1.1

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

2020-05-11 20:08:29
animate.css

v4.1.0

Fix problems with some blunder and postcss.

2020-05-08 00:18:57
animate.css

v4.0.0

  • 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
2019-06-05 06:37:14
animate.css
2019-05-29 10:01:33
animate.css

Updates Prefers reduced motion

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

2018-07-24 06:44:09
animate.css

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

  • 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
2018-07-21 22:25:45
animate.css

New animation and bug fixes

  • New Animation: jackInTheBox
  • Improved documentation
  • Several bug fixes
  • Better compatibility (no more transform: none)
  • Added prettier (nice code formatting 💅)
2016-01-03 01:57:55
animate.css
2015-12-15 03:48:40
animate.css

Switch from Grunt to Gulp

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.