Is it possible to adapt the code here so that the nodes auto slide? I found this code:

// auto scroll
var cycleTimer = setInterval(function () {
$scroll.trigger(’next’);
}, 18000);

On another Coda discussion site but I'm not sure where it would go in the module...

Any thoughts gratefully accepted!

Comments

wmad’s picture

Status: Active » Closed (duplicate)

Marked as a duplicate of http://drupal.org/node/329842