Posted by yukino031902 on February 16, 2009 at 8:44pm
| Project: | Content Glider |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I see in the settings how to change the glide animation duration, however, I need to change the pause between content rotations. I've tried plugging different numbers into the .js file but nothing changes. The script that is generated has a default of 3000 milliseconds, but I need it to be longer, more like 6000 or 7000. What do I change to make this happen?
Comments
#1
I'm guessing you may have found this already, but for those still looking:
Line 195 of 6.x-1.5
$output_body .= 'autorotateconfig: [3000, 2] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]'."\n";
Change 3000 to the # of milliseconds between rotations.
And here's my attempt at a patch.
[Edit]I should also mention that this patch allows the admin to modify the milliseconds_btw_rotations value.[/Edit]
#2
Fixed! Thanks all for patches!
6.x-1.6:
-------------------------------------------------------------
Fixed: avoid jQuery called twice
Fixed: error when edit Views while CG active
New: enable/disable link to original node
New: set delay between slideshow
New: set slideshow repeat
#3