All Versions
13
Latest Version
Avg Release Cycle
162 days
Latest Release
1298 days ago

Changelog History
Page 1

  • v4.1.1 Changes

    September 07, 2020

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

  • v4.1.0

    May 11, 2020
  • v4.0.0 Changes

    May 07, 2020
    • ๐Ÿ†• 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
  • v3.7.2

    June 04, 2019
  • v3.7.1 Changes

    May 29, 2019

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

  • v3.7.0 Changes

    July 23, 2018
    • 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
  • v3.6.2 Changes

    July 21, 2018
    • ๐Ÿ†• New Animation: jackInTheBox
    • ๐Ÿ‘Œ Improved documentation
    • ๐Ÿ›  Several bug fixes
    • ๐Ÿ‘ Better compatibility (no more transform: none)
    • โž• Added prettier (nice code formatting ๐Ÿ’…)
  • v3.5.2

    June 06, 2016
  • v3.5.1

    January 02, 2016
  • v3.5.0 Changes

    December 14, 2015

    ๐Ÿš€ 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.