Hi, i'm having problems with the nivo slider module, I've been trying to change the pause speed/time of each slide.

I noticed theres a views_nivo_slider_style_plugin.inc file in the module folder and specifically a line called 'animSpeed' & 'pauseTime'. You would think these would adjust the speed, but changing the values and uploading doesnt seem to do anything.

$options['animSpeed'] = array('default'=> '1000');
$options['pauseTime'] = array('default'=> '8000');

Any ideas, something I'm doing wrong?

Comments

edvanleeuwen’s picture

Have you tried setting it in the View at the Style Options?

Austechnics’s picture

This can be done in Drupal v7.x?