Slider Transitions & Timing

This topic has 2 replies, 1 voice, and was last updated 6 years, 1 month ago by Jeff.

Viewing 1 reply thread
  • Author
    Posts
    • #1002


      jeff
      Guest

      Is there a way to change the time each slide displays as well as the transitions used between slides?

      –jeff

    • #1004


      Spiracle Themes
      Guest

      Hi Jeff,

      For this, you need to edit some js code. I am writing the Steps that you need to follow

      Step 1) First of all go to the theme root folder ie (wp-content/themes/krystalpro)

      Step 2) Find the js folder and open krystal-main.js with any text editor

      Step 3) Go to line no 128 ie (time: 8000,) From here you can change the time duration between slides, time is in milliseconds

      Step 4) Go to line no 129 ie (fx: ‘random’,) you can change the transition type

      Available transitions are : ‘random’,’simpleFade’, ‘curtainTopLeft’, ‘curtainTopRight’, ‘curtainBottomLeft’, ‘curtainBottomRight’, ‘curtainSliceLeft’, ‘curtainSliceRight’, ‘blindCurtainTopLeft’, ‘blindCurtainTopRight’, ‘blindCurtainBottomLeft’, ‘blindCurtainBottomRight’, ‘blindCurtainSliceBottom’, ‘blindCurtainSliceTop’, ‘stampede’, ‘mosaic’, ‘mosaicReverse’, ‘mosaicRandom’, ‘mosaicSpiral’, ‘mosaicSpiralReverse’, ‘topLeftBottomRight’, ‘bottomRightTopLeft’, ‘bottomLeftTopRight’, ‘bottomLeftTopRight’, ‘scrollLeft’, ‘scrollRight’, ‘scrollHorz’, ‘scrollBottom’, ‘scrollTop’

      Note: If you want more than one transition, for eg simpleFade and mosaic then the code would be: fx: ‘simpleFade,mosaic’,

      Best Regards

      • #1019


        Jeff
        Guest

        This was exactly what I needed!

        Cheers.

        –jeff

Viewing 1 reply thread

Reply To: Slider Transitions & Timing

Your information: