Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-03-2012, 12:58 AM   PM User | #1
niczcool
New to the CF scene

 
Join Date: Jul 2012
Location: Jakarta, Indonesia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
niczcool is an unknown quantity at this point
Question Autoscrolling "Circular Content Carousel"

I found a cool carousel script named Circular Content Carousel by Tympanus. It's almost exactly what I need. But I need to make it autoscroll.

I'm a newbie in javascript & jquery, so I desperately need an expert help. Can somebody help me customize this carousel so it can autoscroll?

Here's a link of the working Circular Content Carousel. http://jsfiddle.net/niczcool/x7jxa/2/

Thanks in advanced.
niczcool is offline   Reply With Quote
Old 07-03-2012, 12:26 PM   PM User | #2
hdewantara
Regular Coder

 
hdewantara's Avatar
 
Join Date: Aug 2009
Location: Jakarta, Indonesia.
Posts: 287
Thanks: 4
Thanked 39 Times in 39 Posts
hdewantara is an unknown quantity at this point
Have you search their docs?

Haven't tried jsFiddle yet, but injecting following code to their page should make it scroll every 10 seconds:
Code:
var timer1 = setInterval( 
  function(){ 
    var el1 = jQuery('.ca-nav-next'); 
    el1.click(); 
  }, 
10000);
hdewantara is offline   Reply With Quote
Reply

Bookmarks

Tags
autoscroll, carousel, jquery

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:11 PM.


Advertisement
Log in to turn off these ads.