Go to file
Nono Martínez Alonso 13af9f6ee4
Back exists → Back exits (#1054)
2020-05-08 09:24:09 +01:00
.github/ISSUE_TEMPLATE v4 release (#1050) 2020-05-07 16:42:33 +01:00
docs Back exists → Back exits (#1054) 2020-05-08 09:24:09 +01:00
docsSource Fix for 'Edit this on Github' links (#1052) 2020-05-07 19:19:42 +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 add npm-shrinkwrap.json to .gitignore 2019-06-04 09:29:30 -04: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 v4 release (#1050) 2020-05-07 16:42:33 +01:00
CONTRIBUTING.md v4 release (#1050) 2020-05-07 16:42:33 +01:00
LICENSE Updated year on License 2019-02-09 14:13:43 -03:00
README.md Updates website adress on README 2020-05-07 17:06:40 +01:00
animate.compat.css 4.0.0 2020-05-07 17:18:52 +01:00
animate.css Back exists → Back exits (#1054) 2020-05-08 09:24:09 +01:00
animate.min.css 4.0.0 2020-05-07 17:18:52 +01:00
package.json 4.0.0 2020-05-07 17:18:52 +01:00
postcss.config.js v4 release (#1050) 2020-05-07 16:42:33 +01:00

README.md

Animate.css

GitHub Version Github Star Github Fork License

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.