Slider speed

Discussion in 'GeoCraft WordPress Theme' started by aster media, Oct 17, 2014.

Thread Status:
Not open for further replies.
  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    In order to change the slider speed, I changed the scipt (see example) and it worked beautifully at first. Some change was made to the theme and however the circular motion is in tact, the speed is way too fast and needs to be altered. Changing the script doesn't seem to do anything now. Pls advise. Schermafbeelding 2014-10-17 om 14.16.22.png

    jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
    wrap: 'circular',
    scroll: 2,
    auto: 4,
    animation:2000,
    initCallback: mycarousel_initCallback
    });
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    I have slow down slider speed, and you can also manage it from this code animation: 500, to slow slider increase it's value.

    Thanks & Regards
    Yogesh Bhade
     
  3. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page