分享一个跨浏览器的 CSS3 动画库Animate.css
Animate.css 是一个非常优秀的跨浏览器的CSS3 动画库,使用Animate.css 动画库中的设置,可以轻松实现CSS3 的各种动画效果,可以大大节省前端开发人员的工作量。
动画效果演示地址:https://daneden.github.io/animate.css/
Animate.css下载地址:https://raw.github.com/daneden/animate.css/master/animate.css
使用方法,在<head>中引入animate.min.css类文件
<head>
<link rel=”stylesheet” href=”animate.min.css” rel=”external nofollow” >
</head>
使用示例:
<h1 class=”animated infinite bounce”>Example</h1>
说明:增加h1相对应的动画效果
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/114978.html<