ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
172 stars 48 forks source link

Auto not working #77

Open Nishizake opened 9 years ago

Nishizake commented 9 years ago

Hello ;)

i'm using rcarousel in my site but the auto scroll is not working :/

jQuery(function($) { $( "#seguradoras" ).rcarousel( { width: 70, height: 70, step: 1, visible: 6, margin: 50, enabled: true, } ); });

help :(