jQuery 动画插件 aniAuto
- 授权协议: GPL
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: justinzzc.github.io/aniAuto
- 软件文档: https://github.com/justinzzc/aniAuto/blob/master/README.md
- 官方下载: https://github.com/justinzzc/aniAuto/archive/master.zip
软件介绍
aniAuto
一个基于 animate.css 的jquery插件,只需添加一些标签属性和一行js脚本就可以组合出复杂的动画效果.
配置项
可用配置项
初始隐藏 (attribute) ani-init-hide
延迟 (attribute) ani-delay
持续时长 (attribute) ani-duration
重复次数 (attribute) ani-iteration
触发元素 (attribute) ani-trigger
自动滚动 (attribute) ani-scroll ani-scroll-offset
基本使用方法
<head>
<link rel="stylesheet" href="css/animate.css">
<script src="js/jquery-1.12.3.min.js"></script>
<script src="js/aniAuto.js"></script>
</head>
<body>
...
<div id="item_1" class="ani-auto item tada" >
demo item
</div>
...
<script>
$(document).ready(function () {
$.aniAuto();
});
</script>
</body>将需要配置自动动画的dom节点配置class类
ani-auto.
运行效果:demo页面
Web Security Testing Cookbook
Paco Hope、Ben Walther / O'Reilly Media / 2008-10-24 / USD 39.99
Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how dev......一起来看看 《Web Security Testing Cookbook》 这本书的介绍吧!
