You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @cregx! Thank you for using our products. This is happening because in your project folder in assets/js/now-ui-kit.js file you have in ready function the following lines of code:
$('.carousel').carousel({interval: 4000});
To fix the problem please remove the interval option.
Prerequisites
Expected Behavior
When setting data-interval to "false" I expect that no automatic start of the carousel is performed.
Current Behavior
The carousel component always runs - even if I use false.
Failure Information
Steps to Reproduce
<div class="carousel slide" data-ride="carousel" data-type="multi" data-interval="false" id="productCarousel">
The text was updated successfully, but these errors were encountered: