首页

源码搜藏网

首页 > 网页特效 > jQuery特效 >

jQuery+CSS3跳动数字时间动画

创建时间:2014-05-30 17:31  

jQuery+CSS3跳动数字时间动画
jQuery+CSS3跳动数字时间动画
效果预览 立即下载
jQuery+CSS3跳动数字时间动画jQuery+CSS3跳动数字时间动画是一款带有动画抖动效果的数字时钟特效代码。jQueryCSS3动画效果数字时钟

<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link rel='stylesheet prefetch'  href="css/csshake.min.css">
<style type="text/css">
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";background:#d96457;}
/* clock */
.clock{width:360px;height:120px;margin:140px auto 0 auto;transform:translate(-50%, -50%);color:#d96457;font-family:"Lato", sans-serif;}
.clock div{position:relative;float:left;background:#ffe8e8;border-radius:6px;width:96px;height:80px;line-height:80px;text-align:center;font-size:60px;margin:0px 5px;}
</style>
 
</head>
 
<body>
 
<div class='clock'>
  <div class='h shake shake-slow'></div>
  <div class='m shake shake-slow'></div>
  <div class='s shake shake-slow'></div>
</div>
 
<script src="js/jquery-1.7.2.js"></script>
<script src="js/index.js"></script>
上一篇:jquery实现折角插件jCorner
下一篇:jQuery灯箱弹出窗口插件litebox

相关内容

热门推荐