- Notifications
You must be signed in to change notification settings - Fork1
A big ol' goody bag filled with CSS animations for WebKit, Firefox and beyond.
License
triptych/animate.css
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
If you need the old docs - v3.x.x and under - you can find ithere.
Install with npm:
npm install animate.css --save
Install with yarn:
yarn add animate.css
You can find the Animate.css documentation on thewebsite.
Animate.css supports theprefers-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.
Daniel Eden | Elton Mesquita | Waren Gonzaga |
Animate.css Creator | Maintainer | Core Contributor |
Animate.css is licensed under theHippocratic License.
This project and everyone participating in it is governed by theContributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior toanimate@eltonmesquita.com.
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 apen. Thatlast one is important.