Aurélien
Aurélien

Reputation: 65

Bootstrap5 - Carousel not sliding on iphone

Is there a way to make the Bootstrap 5 carousel sliding on iphone? Even on the official website, the carousel does not slide (on iphone) ?

Thank you all for your help.

Upvotes: 1

Views: 258

Answers (1)

Aurélien
Aurélien

Reputation: 65

I found the answer. In fact, I had checked the following option in the iphone settings to have less animations: Settings > Accessibility > Animation > Reduce animations

By disabling this option the sliding effect works well.

Otherwise to bypass this setting you have to compile Bootstrap with the option $enable-reduced-motion: false;

I hope this helps some of you

Upvotes: 1

Related Questions