*********************************************************
-----------------------Animate Any-----------------------
*********************************************************

CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Configuration
* Maintainers

INTRODUCTION
------------

* This module help(s) you to provide animation to section of your website.
* You can add animation from admin back end.


INSTALLATION
------------
* Install as you would normally install a contributed drupal module. See:
https://drupal.org/docs/8/extending-drupal-8/installing-modules
for further information.
* Here we are using animate.css library to provide animation for Drupal.
* You need to download animate.css library from
https://github.com/daneden/animate.css
and extract the files to "/animate_any/css/" directory
(e.g:/animate_any/css/animate.css). Or you can directly run a below git command:
"git clone -b master https://github.com/daneden/animate.css" in
"/animate_any/css/".

CONFIGURATION
-------------
* After installation of module Clear all cache first (Important to do this).
* Go to admin/config/animate_any.
* Add animation by entering html identifier's i.e Classes and ID.
* You can find the list of added animation here admin/config/animate_any/list.
* Also can edit or delete the added animations from the list.


MAINTAINER 
-----------
Current maintainers:
* Viraj Rajankar (virajrajankar) https://www.drupal.org/u/virajrajankar
* A Ajay Kumar Reddy (ajay_reddy) - https://www.drupal.org/u/ajay_reddy
* Yash Khandelwal (yash_khandelwal) https://www.drupal.org/u/yash_khandelwal
* Anurag Shah (anurag.s) https://www.drupal.org/u/anurags



