JQuery Carousel stuck (Twitter Bootstrap)

I have implemented the jQuery plugin to download Bootstrap for the carousel here: http://zarin.me/circlefive/dashboard.html (see answers tab)

The carousel usually functions, but sometimes it gets stuck. This especially happens when you interact with other tabs and then use the answer tab. I think this is related to tabs ..

Does anyone know why the carousel is stuck?

Thank!

+5
source share
2 answers

, @Francesco Frassinelli , , CSS3 ( , , IE), , $.support.transition.end . .

# 1887 @fat :

" / ".

Issue # 3351, :

$('a[href="#responses-1"]').on('shown', function () {
    var $carousel = $('.carousel');

    if ($carousel.data('carousel') && $carousel.data('carousel').sliding) {
      $carousel.find('.active').trigger($.support.transition.end);
    }
});

, , .

-, Issue β„– 3351 , bootstrap-carousel.js. - , , , , .

+3

, , , .

, a display: none; div . . ( )

, .carousel('pause') 3 .carousel('cycle') , .

carousel stuck

0

All Articles