animate.css使用
直接上代码
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>app下载</title>
<link href="css/animate.min.css" type="text/css" rel="stylesheet" />
<style type="text/css">
.aa{width: 100px;height: 100px;background: #f00;}
</style>
</head>
<body>
<div class="mm animated fadeInLeft infinite" id="aa"></div>
</body>
</html>
参考地址:https://www.cnblogs.com/xiaohuochai/p/7372665.html
参数
【Attention(晃动效果)】
复制代码
bounce
flash
pulse
rubberBand
shake
headShake
swing
tada
wobble
jello
【bounce(弹性缓冲效果)】
复制代码
bounceIn
bounceInDown
bounceInLeft
bounceInRight
bounceInUp
bounceOut
bounceOutDown
bounceOutLeft
bounceOutRight
bounceOutUp
【fade(透明度变化效果)】
复制代码
fadeIn
fadeInDown
fadeInDownBig
fadeInLeft
fadeInLeftBig
fadeInRight
fadeInRightBig
fadeInUp
fadeInUpBig
fadeOut
fadeOutDown
fadeOutDownBig
fadeOutLeft
fadeOutLeftBig
fadeOutRight
fadeOutRightBig
fadeOutUp
fadeOutUpBig
【flip(翻转效果)】
flip
flipInX
flipInY
flipOutX
flipOutY
【rotate(旋转效果)】
复制代码
rotateIn
rotateInDownLeft
rotateInDownRight
rotateInUpLeft
rotateInUpRight
rotateOut
rotateOutDownLeft
rotateOutDownRight
rotateOutUpLeft
rotateOutUpRight
【slide(滑动效果)】
复制代码
slideInDown
slideInLeft
slideInRight
slideInUp
slideOutDown
slideOutLeft
slideOutRight
slideOutUp
【zoom(变焦效果)】
复制代码
zoomIn
zoomInDown
zoomInLeft
zoomInRight
zoomInUp
zoomOut
zoomOutDown
zoomOutLeft
zoomOutRight
zoomOutUp
【special(特殊效果)】
hinge
rollIn
rollOut
lightSpeedIn
lightSpeedOut
推荐阅读
-
ORACLE WITH AS的使用
-
使用opencv打开双目usb摄像头
-
animate.css使用
-
ROS环境下编译使用了多个版本的ORB-SLAM2工程造成(You should double-check your ROS_PACKAGE_PATH...)
-
使用OpneCV去畸变
-
ORBSLAM 使用深度相机稠密重建后地图上下颠倒的解决办法
-
Aspose.Words for .NET如何替换或修改超链接 博客分类: 文档管理,控件,使用教程 Aspose.Words超链接
-
Aspose.Words使用教程之如何写入纯文本(TXT)文件 博客分类: 文档管理,控件,使用教程 Aspose.Words使用教程
-
Aspose.Words使用教程之如何使用ChartDataLabel 博客分类: 文档管理,控件,使用教程 Aspose.Words使用教程ChartDataLabel
-
ActiveReports如何使用MySQL数据库 博客分类: ActiveReports,MySQL ActiveReportsMySQL