体验地址: https://daneden.github.io/animate.css/
使用:
(1)仅仅执行动画,不执行其它操作
$('#yourElement').animateCss('bounce')
(2)先执行动画,完成之后,执行其它操作
$('#yourElement').animateCss('bounce', function() {
// Do somthing after animation
})
体验地址: https://daneden.github.io/animate.css/
使用:
(1)仅仅执行动画,不执行其它操作
$('#yourElement').animateCss('bounce')
(2)先执行动画,完成之后,执行其它操作
$('#yourElement').animateCss('bounce', function() {
// Do somthing after animation
})