Go to file
Daniel Eden 4918028b7a
Update LICENSE
2021-09-13 10:57:02 +01:00
.github Add automatic code analyses for security 2021-08-29 12:24:54 +01:00
.husky Update dependencies (#1339) 2021-07-29 20:10:28 +01:00
docs Update readme to include import example (#1271) 2021-08-13 16:54:26 +01:00
docsSource Update readme to include import example (#1271) 2021-08-13 16:54:26 +01:00
source Back exists → Back exits (#1054) 2020-05-08 09:24:09 +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
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
README.md Update contact info (#1342) 2021-08-03 12:47:52 +01:00
animate.compat.css Docs Improvements (#1205) 2021-01-04 09:56:34 +00:00
animate.css Docs Improvements (#1205) 2021-01-04 09:56:34 +00:00
animate.min.css Docs Improvements (#1205) 2021-01-04 09:56:34 +00:00
package.json Bump autoprefixer from 10.3.2 to 10.3.3 (#1350) 2021-08-29 12:21:53 +01:00
postcss.config.js HTTPS link to opensource.org/licenses/MIT (#1131) 2020-10-01 11:18:35 +01:00
security.md Update contact info (#1342) 2021-08-03 12:47:52 +01:00
yarn.lock Bump autoprefixer from 10.3.2 to 10.3.3 (#1350) 2021-08-29 12:21:53 +01:00

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
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 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.