public function ViewsSlideshowCycleCommands::downloadHoverIntent in Views Slideshow 8.4
Download and install the jquery.hoverIntent library.
@command views:slideshow:hoverintent @aliases dl-hoverintent,views-slideshow-cycle-hoverintent
1 call to ViewsSlideshowCycleCommands::downloadHoverIntent()
- ViewsSlideshowCycleCommands::downloadLib in modules/
views_slideshow_cycle/ src/ Commands/ ViewsSlideshowCycleCommands.php - Download and install the jQuery Cycle.
File
- modules/
views_slideshow_cycle/ src/ Commands/ ViewsSlideshowCycleCommands.php, line 49
Class
- ViewsSlideshowCycleCommands
- Drush commands for Views Slideshow Cycle.
Namespace
Drupal\views_slideshow_cycle\CommandsCode
public function downloadHoverIntent() {
$this
->installLibrary('jQuery HoverIntent', 'libraries/jquery.hoverIntent', 'jquery.hoverIntent.js', 'https://raw.githubusercontent.com/briancherne/jquery-hoverIntent/master/jquery.hoverIntent.js');
}