animate.css

animate.css

animate.css是一个css3动画库

今天上网搜了一下,对animate.css有一个简单的了解

1、怎么使用animate.css

首先下载animate.css       https://daneden.github.io/animate.css/

其次:<head>

         <link rel="stylesheet"  href="animate.css">

         </head>

接下来<script>

            $("button").addClass("animated shake");

            </script>

            <body>

           <button>#target1</button>

            </body>

我最近在学jquery,所以拿这个当做例子,大家在写的时候不要忘记写 <script src="http://libs.baidu.com/jquery/1.9.1/jquery.js"></script>

animated是必须要写的,shake是animate.css提供的动画,动画名就是类名,除了shake,还有bounce,flash,swing等等。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值