前端CSS动画框架animate.css使用说明
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了前端CSS动画框架animate.css使用说明相关的知识,希望对你有一定的参考价值。
参考技术A Github地址: https://github.com/daneden/animate.css体验地址: https://daneden.github.io/animate.css/
使用:
(1)仅仅执行动画,不执行其它操作
$('#yourElement').animateCss('bounce');
(2)先执行动画,完成之后,执行其它操作
$('#yourElement').animateCss('bounce', function()
// Do somthing after animation
);
以上是关于前端CSS动画框架animate.css使用说明的主要内容,如果未能解决你的问题,请参考以下文章