-
AuthorPosts
-
May 6, 2019 at 9:49 am #1097622
Hello,
I want to change masonry gallery transition time.
It’s too quickly, I want it be slowly.
how to change it ?
thanks.May 7, 2019 at 8:49 am #1097996hello,does someone can help this?
May 8, 2019 at 9:23 am #1098380Hi Moaaaaya,
Can you please give us the link to the page with the issue?
Best regards,
VictoriaMay 8, 2019 at 10:12 am #1098402This reply has been marked as private.May 10, 2019 at 8:17 am #1099202Hi Moaaaaya,
Please have a look at the solution posted here
https://kriesi.at/support/topic/enfold-easy-slider-caption-speed/Best regards,
VictoriaMay 10, 2019 at 10:41 am #1099233hi It’s work now,
but when last slider transit to first, the speed is not change.
how to change it ?May 13, 2019 at 7:39 pm #1100232Hi Moaaaaya,
It seems to be the same on my end, which browser are you using?
Best regards,
VictoriaMay 14, 2019 at 3:03 am #1100335This reply has been marked as private.May 16, 2019 at 7:45 am #1101291Hi,
Thanks for the update.
You have to modify this code around line 832:
displaySlide.css(properties).avia_animate({opacity:1}, self.options.transitionSpeed/2, 'linear', function() { hideSlide.avia_animate({opacity:0}, 200, 'linear', fadeCallback); });Set the transition speed from 200 to the same speed set in the slider options.
displaySlide.css(properties).avia_animate({opacity:1}, self.options.transitionSpeed/2, 'linear', function() { hideSlide.avia_animate({opacity:0}, self.options.transitionSpeed/2, 'linear', fadeCallback); });Best regards,
IsmaelMay 16, 2019 at 8:20 am #1101319Great, it’s work.
but I have another question is the Slideshow autorotation duration.
i had set 5,
the second slide change to first ,the duration time is right.
but when first slide change to second. I think duration time is about 2 second.-
This reply was modified 6 years, 5 months ago by
Moaaaaya.
May 17, 2019 at 12:37 pm #1101763Hi,
Thanks for the update.
Try to remove the “divided by 2” in the transition value.
hideSlide.avia_animate({opacity:0}, self.options.transitionSpeed/2, 'linear', fadeCallback);.. change to:
hideSlide.avia_animate({opacity:0}, self.options.transitionSpeed, 'linear', fadeCallback);Best regards,
Ismael -
This reply was modified 6 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
