Animate.css介绍
2018-06-24 02:22:58来源:未知 阅读 ()
Animate.css简介
animate.css 动画库,预设了抖动(shake)、闪烁(flash)、弹跳(bounce)、翻转(flip)、旋转(rotateIn/rotateOut)、淡入淡出(fadeIn/fadeOut)等多达 60 多种动画效果,几乎包含了所有常见的动画效果。
Animate.css下载
百度云盘下载链接
Animate.css动画演示
演示地址
Animate模板
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <!-- 引用animate文件 --> <link rel="stylesheet" href="css/animate.min.css"/> </head> <body> </body> </html>
- 添加一个动画
<!-- animated类似与全局变量,定义动画持续时间 --> <!-- bounce具体动画的名称 --> <div class="animated bounce"> Animate.css </div>
- 定义播放次数
<!-- infinite定义动画无限播放 --> <div class="animated bounce infinite"> Animate.css </div>
- 通过JavaScript或jQuery添加Animate动画
<div> Animate.css </div> <!-- 在线引用jQuery文件 --> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <!-- 通过jQuery添加animate动画 --> <script> $('div').addClass('animated bounce'); </script>
- 添加定时器,5秒后删除animate无限播放效果
<div> Animate.css </div> <!-- 在线引用jQuery文件 --> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <!-- 通过JavaScript或jQuery添加animate动画 --> <script> $('div').addClass('animated bounce infinite'); setTimeout(function(){ $("div").removeClass("infinite"); },5000) </script>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- [01]HTML基础之简单介绍 2020-06-01
- 3.栅格系统 2020-05-28
- ECharts介绍 2020-05-26
- html框架iframe与frameset的介绍 2020-03-30
- Cookie SameSite属性介绍及其在ASP.NET项目中的应用 2020-03-28
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash