我如何在Twitter Bootstrap Carousel上应用Ken Burns效果?
.carousel .item img {
-webkit-transition: all 12s;
-moz-transition: all 12s;
-o-transition: all 12s;
transition: all 12s;
}
Run Code Online (Sandbox Code Playgroud)
......似乎不适用过渡.
用jsFiddle查看它的动作......