Skip to content
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
CSS HTML JavaScript
Branch: master
Clone or download

Latest commit

dependabot-preview and daneden Create Dependabot config file (#1074)
* Create Dependabot config file

* Add PR reviewers

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Daniel Eden <dan.eden@me.com>
Latest commit 1fcabbd Jun 15, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create Dependabot config file (#1074) Jun 15, 2020
docs Fix broken links and update docs topics structure (#1069) Jun 9, 2020
docsSource Fix broken links and update docs topics structure (#1069) Jun 9, 2020
source Back exists → Back exits (#1054) May 8, 2020
.editorconfig More info in editorconfig Dec 10, 2017
.gitignore add npm-shrinkwrap.json to .gitignore Jun 4, 2019
.prettierignore v4 release (#1050) May 7, 2020
.prettierrc v4 release (#1050) May 7, 2020
.travis.yml v4 release (#1050) May 7, 2020
CODE_OF_CONDUCT.md v4 release (#1050) May 7, 2020
CONTRIBUTING.md v4 release (#1050) May 7, 2020
LICENSE Updates license copyright date May 9, 2020
README.md Adds link to the old docs May 29, 2020
animate.compat.css 4.1.0 May 11, 2020
animate.css 4.1.0 May 11, 2020
animate.min.css 4.1.0 May 11, 2020
package.json Bump eslint from 6.8.0 to 7.2.0 (#1071) Jun 15, 2020
postcss.config.js v4 release (#1050) May 7, 2020

README.md

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
Animate.css creator Maintainer Core contributor

License

Animate.css is licensed under the MIT license. https://opensource.org/licenses/MIT

Code of Conduct

This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to callmeelton@gmail.com.

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.

You can’t perform that action at this time.