This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
carousel interval work only one time when transition set none #1185
Closed
Description
see http://plnkr.co/edit/cleBHsUy6xMuumulb7Lw?p=preview
I just set interval to 1000 and add
<style type="text/css" media="all">
.carousel-inner > .item {
-webkit-transition: none;
transition: none;
}
</style>
After that, interval only work one time.