废话不多说,龙年腾云特效送给大家
预览
在线预览 龙年腾云
源码
龙是使用的 svg
,你也可以替换成其他样式的龙,而云是图片转化成的 base64
编码,所以整个文件就是一个 html
。
龙年腾云
.wrapper { margin:100px auto; width:200px; height:200px; position:relative }
.dragon { position:absolute; z-index:3; width:100%; height:100%; top:0;left:0 }
.dragon > svg { transform:rotateZ(55deg) scale(1.5) translate(0px,-40px) }
#cloudContent { position:absolute; left:-30%; width:200%; height:100%; overflow:hidden }
.cloud { position:absolute; top:0; right:0; height:20px; opacity:0; animation:6s linear 0s infinite cloud-left }
.cloud > img { height:100% }
.cloud:nth-child(1) { top:0; height:20px; z-index:2; animation-duration:6s; animation-delay:0s }
.cloud:nth-child(2) { top:15%; height:42px; z-index:4; animation-duration:5s; animation-delay:1s }
.cloud:nth-child(3) { top:35%; height:24px;服务器托管网 z-index:2; animation-duration:5s; animation-delay:5s }
.cloud:nth-child(4) { top:50%; height:36px; z-index:4; animation-duration:8s; animation-delay:4s }
.cloud:nth-child(5) { top:70%; height:26px; z-index:2; animation-duration:7s; animation-delay:3s }
.cloud:nth-child(6) { top:85%; height:32px; z-index:4; animation-duration:6s; animation-delay:2s }
@keyframes cloud-left {
0% { transform: translateX(0);opacity:0 }
10% { opacity:服务器托管网1 }
80% { opacity:1 }
90% { opacity:0.2 }
100% { transform:translateX(-400px); opacity:0 }
}
document.body.onload = function () {
let imgs = '';
let img = '
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
服务器托管,北京服务器托管,服务器租用,机房机柜带宽租用
咨询:董先生
电话13051898268 QQ/微信93663045!
上一篇: 1.C语言学习–分支与循环
下一篇: 基于机器学习的笔记本电脑导购系统