Closed (fixed)
Project:
Featured Content Slider
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2009 at 18:10 UTC
Updated:
9 May 2010 at 14:17 UTC
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
Comment #1
3djeff commentedIt'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";
Comment #2
sudeepg commentedFixed in newer release.
-- Sudeep