Tagged: animation, duration, easy slider, slider, yigit
-
AuthorPosts
-
February 6, 2015 at 11:19 am #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
JuliaFebruary 6, 2015 at 11:09 pm #392332Hi hotspot!
Try editing line 3730 in /endold/js/shortcodes.js.
transitionSpeed:900,
The value is in milliseconds so 1000 = 1 second.
Regards,
ElliottFebruary 16, 2015 at 5:12 pm #396825Hi 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?
February 16, 2015 at 9:44 pm #397101Hi!
I’m not sure. Can you send us a link to your page?
Cheers!
ElliottFebruary 16, 2015 at 9:51 pm #397106This reply has been marked as private.February 17, 2015 at 5:36 pm #397645Hey!
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!
ElliottFebruary 17, 2015 at 6:07 pm #397677unfortunately that does not change anything
February 18, 2015 at 4:57 am #397951Hi!
Did you try to empty your browser cache, restart and refreshing a few times after adding Elliotts code?
Cheers!
RikardFebruary 18, 2015 at 9:43 am #397988yes i did
February 19, 2015 at 5:17 pm #399045Hi!
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,
ElliottFebruary 20, 2015 at 9:50 am #399509Hi Elliott,
Yes that is correct
February 20, 2015 at 7:28 pm #399834Hey!
I’ll flag this for the rest of our team to see if they have any idea.
Best regards,
ElliottSeptember 8, 2015 at 11:12 am #499764Hi Elliott,
Any fix for this issue yet?
September 8, 2015 at 3:53 pm #499950Hey!
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,
ElliottSeptember 22, 2015 at 10:47 am #506887Hi 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?September 22, 2015 at 4:06 pm #507165Hi!
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!
ElliottSeptember 22, 2015 at 4:10 pm #507168Hi 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).
September 22, 2015 at 4:40 pm #507199Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.