Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #580539

    Hi from another topic I read that I could change the speed of the fade transition through:

    js > shortcodes.js:

    //transition speed when switching slide
    transitionSpeed:900,

    I changed that to

    //transition speed when switching slide
    transitionSpeed:3000,

    The thing now is. When the last slide goes back to the first one it doesn’t go with the 3000 speed but with the default 900 speed. How can I fix that?

    Thanks!

    #582738

    Hey!

    Try adding this code to the Quick CSS:

    ul.avia-slideshow-inner li {
        transition: all linear 3s !important;
    }

    Cheers! 
    Josue

    #582746

    That did fix the last to first slide issue, but now the other slides are not sliding properly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Slider fade speed’ is closed to new replies.