Popularity
9.9
Stable
Activity
3.8
-
79,704
2,252
16,238

Monthly Downloads: 0
Programming language: CSS
License: GNU General Public License v3.0 or later
Tags: Animations    
Latest version: v4.1.1

animate.css alternatives and similar libraries

Based on the "Animations" category.
Alternatively, view animate.css alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of animate.css or a related project?

Add another 'Animations' Library

README

Animate.css

GitHub Version Github Star Github Fork License

If you need the old docs - v3.x.x and under - you can find it here.

Just-add-water CSS animation

Installation

Install with npm:

npm install animate.css --save

Install with yarn:

yarn add animate.css

Getting started

You can find the Animate.css documentation on the website.

Accessibility

Animate.css supports the prefers-reduced-motion media query so that users with motion sensitivity can opt out of animations. On supported platforms (currently all the majors browsers and OS), users can select "reduce motion" on their operating system preferences and it will turn off CSS transitions for them without any further work required.

Core Team

Daniel Eden Elton Mesquita Waren Gonzaga
Daniel Eden Elton Mesquita Waren Gonzaga
Animate.css Creator Maintainer Core Contributor

License

Animate.css is licensed under the Hippocratic License.

Code of Conduct

This project and everyone participating in it is governed by the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Contributing

Pull requests are the way to go here. We only have two rules for submitting a pull request: match the naming convention (camelCase, categorised [fades, bounces, etc]) and let us see a demo of submitted animations in a pen. That last one is important.


*Note that all licence references and agreements mentioned in the animate.css README section above are relevant to that project's source code only.