Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #391917

    Hi,

    How can we adjust the fade animation time of the easy slider?
    In which file can we edit that transition duration?

    Love to hear from you
    Julia

    #392332

    Hi hotspot!

    Try editing line 3730 in /endold/js/shortcodes.js.

    transitionSpeed:900,
    

    The value is in milliseconds so 1000 = 1 second.

    Regards,
    Elliott

    #396825

    Hi Elliott,

    Thanks!
    We noticed one thing now, that the transition from the last slide to the first slide keeps the old transitionSpeed.
    In our case we have a slideshow with 2 images, the transition of the first to the second slide have the nice slow transition speed we have set, but the transition speed of the second slide to the first slide is going very very fast.

    Any idea what might be going on and how to adjust this?

    #397101

    Hi!

    I’m not sure. Can you send us a link to your page?

    Cheers!
    Elliott

    #397106
    This reply has been marked as private.
    #397645

    Hey!

    Try changing line 4262 from this.

    displaySlide.css({visibility:'visible', zIndex:3, opacity:0}).avia_animate({opacity:1}, this.options.transitionSpeed/2, 'linear', function()
    

    To this.

    displaySlide.css({visibility:'visible', zIndex:3, opacity:0}).avia_animate({opacity:1}, this.options.transitionSpeed, 'linear', function()
    

    To see what happens.

    Cheers!
    Elliott

    #397677

    unfortunately that does not change anything

    #397951

    Hi!

    Did you try to empty your browser cache, restart and refreshing a few times after adding Elliotts code?

    Cheers!
    Rikard

    #397988

    yes i did

    #399045

    Hi!

    Hmm, not sure what’s going on there. I tested it out on my XAMPP setup and I’m not getting the same behaviour. Your using just the easy slider there correct?

    Best regards,
    Elliott

    #399509

    Hi Elliott,

    Yes that is correct

    #399834

    Hey!

    I’ll flag this for the rest of our team to see if they have any idea.

    Best regards,
    Elliott

    #499764

    Hi Elliott,

    Any fix for this issue yet?

    #499950

    Hey!

    I’m sorry but I do not know. It looks like you have done quite a bit of customization so I would try creating a test WordPress install and try it out there. Also be sure to update Enfold to the latest version, 3.3.2, and deactivate all plugins.

    Regards,
    Elliott

    #506887

    Hi Elliot,

    We noticed what is causing the hard transition at the end of the slideshow.
    It is because of the edit we did, after your advise to:

    Try editing line 3730 in /endold/js/shortcodes.js.
    transitionSpeed:900,
    The value is in milliseconds so 1000 = 1 second.

    When we change it back to 900 the, the hard transition is gone.
    Any suggestions?

    #507165

    Hi!

    All you need to change is line 3730.

    transitionSpeed:900,
    

    If you want to make it last 5 seconds then change it to this.

    transitionSpeed:5000,
    

    Cheers!
    Elliott

    #507168

    Hi Elliott,

    We dit that, but when we change that line at the end of the slideshow the transition to the first slide goes wrong (very fast).

    #507199

    Hi!

    I’m not sure. It would probably be best to find a freelancer to help you out or try the LayerSlider instead. It has options where you can set the transition speeds of each slide and it’s layers.

    Best regards,
    Elliott

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.