简体   繁体   中英

Bootstrap Carousel with Animate.css

For some reason, I cant get a Bootstrap carousel to work with animate.css. The two work separately, but when compiled together its not working.

I am trying to get #line-top and #line-bottom to slide left/right using animate.css when the carousel transitions.

I can currently get the divs to animate on 'slide' but not 'slid'.

Here is a bootply

Place first jQuery JS Library then twitterbootstrap JS Library like

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM