More Demos: bootstrap 4 carousel slider with thumbnails, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Hi there, how can I stop the Slices from being in a random direction? Client just wants them to run from left to right on each slide.
A: Please, open the generated script.js file in any text editor and find the following code:
...effect:"sliceDownRight,sliceDownLeft,sliceUpRight,sliceUpLeft,sliceUpDownRight,
sliceUpDownLeft,sliceUpDownRight,sliceUpDownLeft,fold,fold,fold" ...
Make changes like this:
...effect:"sliceDownRight,sliceDownLeft,fold,fold,fold" ...