Although the admin config allows me to change time and effect they have no effect in Acquia Marina theme.
I have adjusted timing from 2000 to 10000 and animations always appear as a fade?

Comments

3djeff’s picture

It's a bug. http://drupal.org/node/359574

edit the file: content_slider.module (Drupal 6)

Line number 210: $output_body .= 'enablefade: [true, 0.2], //[true/false, fadedegree]'."\n";
Line number 211: $output_body .= 'autorotate: [true, 3000], //[true/false, pausetime]'."\n";

sudeepg’s picture

Status: Active » Closed (fixed)

Fixed in newer release.

-- Sudeep