🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
Go to file
Waren Gonzaga e6de97a96b
TWEAK: improve delay expression (#1508)
*  TWEAK: improve delay expression

*  TWEAK: add support for old versions
2022-04-21 09:51:18 +01:00
.github CHORE: add issue forms (#1509) 2022-04-19 12:17:09 +01:00
.husky Update dependencies (#1339) 2021-07-29 20:10:28 +01:00
docs TWEAK: improve delay expression (#1508) 2022-04-21 09:51:18 +01:00
docsSource TWEAK: improve delay expression (#1508) 2022-04-21 09:51:18 +01:00
source TWEAK: improve delay expression (#1508) 2022-04-21 09:51:18 +01:00
.editorconfig More info in editorconfig 2017-12-10 15:25:46 +02:00
.gitignore Fix Open Graph Errors (#1108) 2020-09-07 17:27:36 +01:00
.prettierignore v4 release (#1050) 2020-05-07 16:42:33 +01:00
.prettierrc v4 release (#1050) 2020-05-07 16:42:33 +01:00
.travis.yml v4 release (#1050) 2020-05-07 16:42:33 +01:00
animate.compat.css TWEAK: improve delay expression (#1508) 2022-04-21 09:51:18 +01:00
animate.css TWEAK: improve delay expression (#1508) 2022-04-21 09:51:18 +01:00
animate.min.css TWEAK: improve delay expression (#1508) 2022-04-21 09:51:18 +01:00
CODE_OF_CONDUCT.md Update contact info (#1342) 2021-08-03 12:47:52 +01:00
CONTRIBUTING.md fixed typo, the word 'familiar' spelled incorrectly (#1279) 2021-05-20 09:11:48 +01:00
LICENSE Update LICENSE 2021-09-13 10:57:02 +01:00
package.json Bump cssnano from 5.0.15 to 5.0.17 (#1471) 2022-02-15 10:26:47 +00:00
postcss.config.js License Update (#1374) 2021-10-08 11:58:59 +01:00
README.md License Update (#1374) 2021-10-08 11:58:59 +01:00
SECURITY.md License Update (#1374) 2021-10-08 11:58:59 +01:00
yarn.lock TWEAK: improve delay expression (#1508) 2022-04-21 09:51:18 +01:00

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. By participating, you are expected to uphold this code. Please report unacceptable behavior to animate@eltonmesquita.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.