You are here

README.txt in Animate CSS 7

---DESCRIPTION---

Animate is an integration of animate.css, 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.

---Dependencies---

Libraries
Animate in sites/all/libraries/animate (can be downloaded from https://github.com/daneden/animate.css)

---Module usage---

This module allows you to implement Animate css properties in you js/css. So once you have this module enabled, you can use its properties.
Eg : in your Js you can write : $('#yourElement').addClass('animated bounceOutLeft');

---INSTALLATION AND CONFIGURATION---
1. Download and ADD the library from https://github.com/daneden/animate.css in sites/all/libraries/animate
2. Install the module as usual.
3. In your js file you can write the code. Library usage : https://github.com/daneden/animate.css/blob/master/README.md

File

README.txt
View source
  1. ---DESCRIPTION---
  2. Animate is an integration of animate.css, a bunch of cool, fun, and cross-browser animations for you to use in your projects.
  3. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.
  4. ---Dependencies---
  5. Libraries
  6. Animate in sites/all/libraries/animate (can be downloaded from https://github.com/daneden/animate.css)
  7. ---Module usage---
  8. This module allows you to implement Animate css properties in you js/css. So once you have this module enabled, you can use its properties.
  9. Eg : in your Js you can write : $('#yourElement').addClass('animated bounceOutLeft');
  10. ---INSTALLATION AND CONFIGURATION---
  11. 1. Download and ADD the library from https://github.com/daneden/animate.css in sites/all/libraries/animate
  12. 2. Install the module as usual.
  13. 3. In your js file you can write the code. Library usage : https://github.com/daneden/animate.css/blob/master/README.md