Answer the question
In order to leave comments, you need to log in
How to change bootstrap3 carousel animation?
Good afternoon! Can you tell me how to change the transition between bootstrap3 carousel slides? You can take the animation from the Animate library. But I don't know how to use it in the carousel, and is it even possible?
Answer the question
In order to leave comments, you need to log in
I found a solution, I need to remove the slide class from the markup, I commented it out:
<div id="carousel-example-generic" class="carousel <!--slide-->" data-ride="carousel">
$('.active tr:not(:first)').each(function(i){
// тут мы можем подставить любое действие, я использовал добавление классов нужным элементам из библиотека animate, получается я сменил анимацию
}) // Это событие срабатывает во время вызова метода
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question