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

    Hi,

    I would like to change the fade animation to something else on the testimonial full width widget – is it possible? If not, can I at least adjust the speed?

    #444226

    Hi santoshachari!

    Thank you for using Enfold.

    You can edit js > avia.js, look for this code:

    //testimonial slider
            $('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true});
    

    Replace it with:

    //testimonial slider
            $('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true, 'transitionSpeed:900, easing:'easeInOutQuart'});
    

    You can adjust the transitionSpeed and animation easing effect. http://easings.net/

    Best regards,
    Ismael

    #444229

    Thanks a lot for this! :)

    Correction to your post. The javascript file is : js/shortcodes.js

    • This reply was modified 9 years, 6 months ago by santoshachari.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change animation on Testimonial Full width widget’ is closed to new replies.