带有Animate.css的Bootstrap Carousel

时间:2013-07-28 17:50:25

标签: javascript jquery twitter-bootstrap animate.css

出于某种原因,我无法使用Bootstrap轮播来使用animate.css。这两个工作分开,但在汇总时它不起作用。

当旋转木马过渡时,我试图让#line-top和#line-bottom使用animate.css向左/向右滑动。

我现在可以让div在'slide'上动画,但不能'滑动'。

这是bootply

1 个答案:

答案 0 :(得分:0)

放置第一个jQuery JS库,然后放置twitterbootstrap JS库,如

<script src="js/jquery.js"></script>

<script src="js/bootstrap.min.js"></script>