Answers for "can i stop bootstrap carousel from slide animation"

C
0

turn off auto slide bootstrap carousel

$('.carousel').carousel({
  interval: false,
});
Posted by: Guest on June-01-2020
1

bootstrap carousel on hover stop

$('.carousel').carousel({
    pause: "false"
});
Posted by: Guest on November-24-2021

Code answers related to "can i stop bootstrap carousel from slide animation"

Code answers related to "C"

Browse Popular Code Answers by Language