#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) [![GitHub forks](https://img.shields.io/github/forks/daneden/animate.css.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub stars](https://img.shields.io/github/stars/daneden/animate.css.svg?style=social&label=Star&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub watchers](https://img.shields.io/github/watchers/daneden/animate.css.svg?style=social&label=Watch&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub followers](https://img.shields.io/github/followers/daneden.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/daneden) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. ## Installation To install via Bower, simply do the following: ```bash $ bower install animate.css --save ``` or you can install via npm: ```bash $ npm install animate.css --save ``` ##Basic Usage 1. Include the stylesheet on your document's `
` ```html ``` or use the version hosted by [CDNJS](https://cdnjs.com/libraries/animate.css) ```html ``` 2. Add the class `animated` to the element you want to animate. You may also want to include the class `infinite` for an infinite loop. 3. Finally you need to add one of the following classes: * `bounce` * `flash` * `pulse` * `rubberBand` * `shake` * `headShake` * `swing` * `tada` * `wobble` * `jello` * `bounceIn` * `bounceInDown` * `bounceInLeft` * `bounceInRight` * `bounceInUp` * `bounceOut` * `bounceOutDown` * `bounceOutLeft` * `bounceOutRight` * `bounceOutUp` * `fadeIn` * `fadeInDown` * `fadeInDownBig` * `fadeInLeft` * `fadeInLeftBig` * `fadeInRight` * `fadeInRightBig` * `fadeInUp` * `fadeInUpBig` * `fadeOut` * `fadeOutDown` * `fadeOutDownBig` * `fadeOutLeft` * `fadeOutLeftBig` * `fadeOutRight` * `fadeOutRightBig` * `fadeOutUp` * `fadeOutUpBig` * `flipInX` * `flipInY` * `flipOutX` * `flipOutY` * `lightSpeedIn` * `lightSpeedOut` * `rotateIn` * `rotateInDownLeft` * `rotateInDownRight` * `rotateInUpLeft` * `rotateInUpRight` * `rotateOut` * `rotateOutDownLeft` * `rotateOutDownRight` * `rotateOutUpLeft` * `rotateOutUpRight` * `hinge` * `rollIn` * `rollOut` * `zoomIn` * `zoomInDown` * `zoomInLeft` * `zoomInRight` * `zoomInUp` * `zoomOut` * `zoomOutDown` * `zoomOutLeft` * `zoomOutRight` * `zoomOutUp` * `slideInDown` * `slideInLeft` * `slideInRight` * `slideInUp` * `slideOutDown` * `slideOutLeft` * `slideOutRight` * `slideOutUp` Full example: ```html