android下雪动画图片,CSS3 下雪的背景动画

CSS

语言:

CSSSCSS

确定

.snow-container {

position: absolute;

height: 500px;

width: 100%;

max-width: 100%;

top: 0;

overflow: hidden;

z-index: 2;

pointer-events: none;

background-color: black;

}

.snow {

display: block;

position: absolute;

z-index: 2;

top: 0;

right: 0;

bottom: 0;

left: 0;

pointer-events: none;

-webkit-transform: translate3d(0, -100%, 0);

transform: translate3d(0, -100%, 0);

-webkit-animation: snow linear infinite;

animation: snow linear infinite;

}

.snow.foreground {

background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");

-webkit-animation-duration: 15s;

animation-duration: 15s;

}

.snow.foreground.layered {

-webkit-animation-delay: 7.5s;

animation-delay: 7.5s;

}

.snow.middleground {

background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png);

-webkit-animation-duration: 20s;

animation-duration: 20s;

}

.snow.middleground.layered {

-webkit-animation-delay: 10s;

animation-delay: 10s;

}

.snow.background {

background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png);

-webkit-animation-duration: 25s;

animation-duration: 25s;

}

.snow.background.layered {

-webkit-animation-delay: 12.5s;

animation-delay: 12.5s;

}

@-webkit-keyframes snow {

0% {

-webkit-transform: translate3d(0, -100%, 0);

transform: translate3d(0, -100%, 0);

}

100% {

-webkit-transform: translate3d(5%, 100%, 0);

transform: translate3d(5%, 100%, 0);

}

}

@keyframes snow {

0% {

-webkit-transform: translate3d(0, -100%, 0);

transform: translate3d(0, -100%, 0);

}

100% {

-webkit-transform: translate3d(5%, 100%, 0);

transform: translate3d(5%, 100%, 0);

}

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值