You are here

function drush_views_slideshow_cycle_easing in Views Slideshow 7.3

Command to download the jQuery.easing library.

1 call to drush_views_slideshow_cycle_easing()
drush_views_slideshow_cycle_lib in contrib/views_slideshow_cycle/views_slideshow_cycle.drush.inc
Command to download all libraries.

File

contrib/views_slideshow_cycle/views_slideshow_cycle.drush.inc, line 145
Drush integration for Views Slideshow.

Code

function drush_views_slideshow_cycle_easing() {
  _drush_views_slideshow_cycle_install_library('jQuery easing', 'libraries/jquery.easing', 'jquery.easing.1.3.js', 'http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js', func_get_args());
}