--- views-rotator.js 2010-10-05 14:39:28.000000000 -0500 +++ views-rotator-fixed-time-setting.js 2010-10-05 14:45:28.000000000 -0500 @@ -28,7 +28,11 @@ Drupal.behaviors.views_rotator = functio if (this.pager == 1) { $('#' + id) .before('') - .cycle({ pager: '#nav-'+id }); + .cycle({ pager: '#nav-'+id, + timeout: this.timeout, + speed: this.speed, + pause: this.pause, + cleartype: this.cleartype}); } if (this.auto_height == 1) { var height = null; @@ -39,4 +43,4 @@ Drupal.behaviors.views_rotator = functio $('#' + id).height(height); } }); -}; \ No newline at end of file +};