9a2607c446f79f9de9c3f3a0b2ebf1d2f8e327d3d49e28c357b7581ee9a588bd2562344dbe48077bbd22c968ccfbb071c4d3df8ba02cd1020d8055a9525a18 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Animate.css
  2. [![GitHub Version](https://img.shields.io/github/release/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Star](https://img.shields.io/github/stars/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Fork](https://img.shields.io/github/forks/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![License](https://img.shields.io/github/license/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css)
  3. > If you need the old docs - v3.x.x and under - you can find it [here](https://github.com/animate-css/animate.css/tree/a8d92e585b1b302f7749809c3308d5e381f9cb17).
  4. ## _Just-add-water CSS animation_
  5. ## Installation
  6. Install with npm:
  7. ```shell
  8. npm install animate.css --save
  9. ```
  10. Install with yarn:
  11. ```shell
  12. yarn add animate.css
  13. ```
  14. ## Getting started
  15. You can find the Animate.css documentation on the [website](https://animate.style/).
  16. ## Accessibility
  17. Animate.css supports the [`prefers-reduced-motion` media query](https://webkit.org/blog/7551/responsive-design-for-motion/) 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.
  18. ## Core team
  19. | ![](https://avatars2.githubusercontent.com/u/439365?s=460&u=512b4cc5324938ae40bbb8f3b7769d335953cd3a&v=4) | ![](https://avatars2.githubusercontent.com/u/5007208?s=460&u=418401ee605824272e5dcb955fd64ea24546a857&v=4) | ![](https://avatars1.githubusercontent.com/u/15052701?s=460&u=9e58364978379536d3f26c4ce5cae1a2a449a0e4&v=4) |
  20. | --- | --- | --- |
  21. | [Daniel Eden](https://github.com/daneden) | [Elton Mesquita](https://github.com/eltonmesquita) | [Waren Gonzaga](https://github.com/WarenGonzaga) |
  22. | Animate.css creator | Maintainer | Core contributor |
  23. ## License
  24. Animate.css is licensed under the MIT license. <https://opensource.org/licenses/MIT>
  25. ## Code of Conduct
  26. This project and everyone participating in it is governed by the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [callmeelton@gmail.com](mailto:callmeelton@gmail.com).
  27. ## Contributing
  28. 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](https://codepen.io). That **last one is important**.