Animate slider block
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Animate Slider block module integrates the Animate Slider jquery Plugin with Drupal 8 block. Baisc animation has attached to the all elements for all slide items. Multiple instance of slider can be created for different pages which is a big creadit to Drupal 8 block system(A single slider block can be used multiple times with different configurations in same/different regions).
Installation
Copy the module in sites/all/module or modules directory and install it. Create different page/category in the taxonomy term page. Create the slide items in the add content section(node/add/slider). Now place the animate slider block in any header/feature regions.
Requirements
Download the Animate slider and Modernizr , rename the folder as 'animate-slider' and 'modernizr' respectively and place it under your libraries folder. So your file structure should look like this: [drupal_root]/libraries/animate-slider/js/jquery.animateSlider.js, [drupal_root]/libraries/animate-slider/css/jquery.animateSlider.css and [drupal_root]/libraries/modernizr/js/modernizr.js
