Github地址: https://github.com/daneden/animate.css 体验地址: https://daneden.github.io/animate.css/ 使用:(1)仅仅执行动画,不执行其它操作 ('#yourElement').animateCss('bounce');(2)先执行动画,完成之后,执行其它操作 ('#yourElement').animateCss('bounce', function() { // Do...
前端CSS动画框架animate.css使用说明