来源:未知 时间:2015-08-25 12:04 作者:xxadmin 阅读:次
[导读] 推荐一款CSS3动画插件ANIMATE.CSS addstresshttps://github.com/daneden/animate.css Animate.css 只需加类CSS动画 animate.css 是一个很酷,有趣,和跨浏览器动画,为您使用在您的项目。伟大的强调,主页,...
推荐一款CSS3动画插件ANIMATE.CSS addstress https://github.com/daneden/animate.css Animate.css只需加类CSS动画
Basic Usage
Full example: <h1 class="animated infinite bounce">Example</h1> Check out all the animations here! Usage在你的网站上使用animate.css,简单的将样式表插入您的文档的<head>,并添加类的动画元素,随着任何动画的名字。这是它!你已经有了一个CSS动画元素。好极了 <head> <link rel="stylesheet" href="animate.min.css"> </head> 你可以做很多其他的东西animate.css当你结合jQuery或添加您自己的CSS规则。动态添加使用jQuery轻松动画: $('#yourElement').addClass('animated bounceOutLeft'); 当动画结束时,也可以检测到: $('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething); View a video tutorial on how to use Animate.css with jQuery here. Note: You can change the duration of your animations, add a delay or change the number of times that it plays: #yourElement { -vendor-animation-duration: 3s; -vendor-animation-delay: 2s; -vendor-animation-iteration-count: infinite; } Note: be sure to replace "vendor" in the CSS with the applicable vendor prefixes (webkit, moz, etc) Custom BuildsAnimate.css is powered by Grunt, and you can create custom builds pretty easily. First of all, you’ll need Grunt and all other dependencies: $ cd path/to/animate.css/ $ sudo npm install Next, run "attention_seekers": { "bounce": true, "flash": false, "pulse": false, "shake": true, "swing": true, "tada": true, "wobble": true, "jello":true} LicenseAnimate.css is licensed under the MIT license. (http://opensource.org/licenses/MIT) ContributingPull requests are the way to go here. I apologise in advance for the slow action on pull requests and issues. I only have two rules for submitting a pull request: match the naming convention (camelCase, categorised [fades, bounces, etc]) and let us see a demo of submitted animations in a pen. That last one is important. |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com