Slider Transitions & Timing

J Started by jeff · February 21, 2018 at 4:11 pm · 2 replies 1 voice Last reply 8 years, 4 months ago
ST
Spiracle Themes Original poster
#2

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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Slider Transitions & Timing

By posting, your reply becomes public (unless marked private).