摘要: 1、$(".aa").delay(2500).animate({width:0}); // 延迟 2、setTimeout(function(){ --> css3 animate动画库 $(".aa").addClass("animated bounce ") },500) ... 阅读全文
posted @ 2017-04-17 10:47 dongxiaolei 阅读(169) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin:0; padding:0; box-sizing:border-box; } body{ backgrou 阅读全文
posted @ 2017-04-17 09:38 dongxiaolei 阅读(170) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/2.css"/> </head> <body> <div class="sh 阅读全文
posted @ 2017-04-17 09:37 dongxiaolei 阅读(111) 评论(0) 推荐(0) 编辑