Does Carousel on mobile pattern have AdvancedFormat parameter? I can't find it.
On web
On mobile
Because I want to add a custom speed when it slides. For example it slides too fast and not smooth so I should add some positive integer (ms) to slow it down.Can I do this on mobile? And How?
Assuming you are refering to the automatic transition between images:
Try to add this definition to the following style class on the page where the Carousel is inserted:
.carousel--animatable{ transition: all 2000ms linear; }
Best Regards,
Guilherme
Hi Chunyanuch Kimpiam,
Just Clone the carousal pattern and increase your speed there.
Apply below definition inside AdvancedFormat property of Carousel. (Increase your autoplayTimeout value)
"{ autoplayTimeout: '15000', }"