Go to file
Abhinav Mishra 3f8ab233db
Add a missing word in the custom build section of the documentation (#1681)
2024-03-02 10:57:25 +00: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 CHORE: update footer license note (#1485) 2022-03-01 14:28:40 +00:00
docsSource Add a missing word in the custom build section of the documentation (#1681) 2024-03-02 10:57:25 +00: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 README.md (#1699) 2024-03-02 10:53:02 +00:00
SECURITY.md License Update (#1374) 2021-10-08 11:58:59 +01:00
animate.compat.css Add custom build warning (#1451) 2022-01-12 11:01:57 +00:00
animate.css Add custom build warning (#1451) 2022-01-12 11:01:57 +00:00
animate.min.css Add custom build warning (#1451) 2022-01-12 11:01:57 +00:00
package.json Bump postcss from 8.4.5 to 8.4.14 (#1538) 2022-07-29 15:42:47 +01:00
postcss.config.js License Update (#1374) 2021-10-08 11:58:59 +01:00
yarn.lock Bump postcss from 8.4.5 to 8.4.14 (#1538) 2022-07-29 15:42:47 +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 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.