Animate Any
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Synopsis
Animate any allows you to add various types animations to your drupal website.
It uses animate.css to animations.
Requirements
Animate any used the "animate.css" library to provide the animation.
Need to download animate.css library from https://github.com/daneden/animate.css.
Or can directly do a "git clone -b master https://github.com/daneden/animate.css".
D7
Extract the files to "ROOT/sites/all/libraries/" directory (e.g: ROOT/sites/all/libraries/animate.css).
D8
Extract the files to "ROOT/libraries/" directory (e.g: ROOT/libraries/animate.css).
Similar projects and how they are different
Animate any module is different from above modules. This module can add various types animations to anywhere in drupal website by using css selectors (class/id).
Dependencies
Animate.css library
Restrictions
- This module is just for developer and themers OR who know html and its identifiers like classes and ID.
- Animation not applied on HTML tags like
<span></span>, <a></a> - Make sure there is no error in browser's console.
Implementation Steps :
1. Install the module.
2. Go to animate any admin settings.
3. Add animation to the section.
4. Clear all cache, refresh the page where you apply the animation and enjoy.
