jQuery 动画插件 aniAuto

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-02 23:28:52

软件介绍

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页面

本文地址:https://www.codercto.com/soft/d/22538.html

Web Security Testing Cookbook

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》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试