Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
body { margin:0; padding:0; background:#f1f1f1; text-align:center; } .icon { width:32px; height:32px; fill:#22A62B; animation:anima 30s ease-out infinite; } .icon.is-check { fill:#FE4365; } .icon.is-x10 { width:320px; height:320px; } .icon.is-x2 { width:64px; height:64px; } .icon.is-x3 { width:96px; height:96px; } .icon.is-x4 { width:128px; height:128px; } .icon.is-x5 { width:160px; height:160px; } .icon.is-x6 { width:192px; height:192px; } @keyframes anima { 0% { fill:#22A62B; color:#22A62B; } 10% { fill:#14E3E6; color:#14E3E6; } 20% { fill:#195BEF; color:#195BEF; } 30% { fill:#DF26D9; color:#DF26D9; } 40% { fill:#DF2688; color:#DF2688; } 50% { fill:#FEA903; color:#FEA903; } 60% { fill:#DF26DE; color:#DF26DE; } 70% { fill:#2C4AED; color:#2C4AED; } 80% { fill:#14E3F7; color:#14E3F7; } 90% { fill:#195BEF; color:#195BEF; } 100% { fill:#22A62B; } }.icon.is-delay-1s { animation-delay:.5s; } .icon.is-delay-2s { animation-delay:1s; } .icon.is-delay-3s { animation-delay:1.5s; } .icon.is-delay-4s { animation-delay:2s; } .icon.is-delay-5s { animation-delay:2.5s; } .icon.is-delay-6s { animation-delay:3s; } .icon.is-delay-7s { animation-delay:3.5s; } .icon.is-delay-8s { animation-delay:4s; } .icon.is-delay-9s { animation-delay:4.5s; } .icon.is-delay-10s { animation-delay:5s; } .svg-time-b { margin-top:100px; display:inline-block; min-width:1360px; } .svg-time-b .icon + .icon { margin-left:16px; } .svg-time-b > .text-be { font-size:32px; color:white; font-family:monospace; margin-top:32px; display:block; text-decoration:none; animation:anima 30s ease-out infinite; animation-delay:2.5s; color:#22A62B; text-shadow:4px 4px 3px rgba(0,0,0,.25); font-weight:bold; }
JavaScript
(function(undefined){ var setTime = function(){ var date = new Date(), MINUTE = 60, HOUR = 60*MINUTE, seconds = date.getSeconds(), minutes = (date.getMinutes()*MINUTE) + seconds, hours = (date.getHours()*HOUR)+minutes; document.getElementById('second-hand').setAttribute('transform', 'rotate('+360*(seconds/MINUTE)+',16,17)'); document.getElementById('minute-hand').setAttribute('transform', 'rotate('+360*(minutes/HOUR)+',16,17)'); document.getElementById('hour-hand').setAttribute('transform', 'rotate('+360*(hours/(12*HOUR))+',16,17)'); } setTime(); var interval = setInterval(setTime,1000); })();
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>SVG时钟-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号