css方块跳动且颜色变化,CSS3 方块变换动画

CSS

语言:

CSSSCSS

确定

body {

background: #1a4366; }

.square {

width: 15px;

height: 10px;

position: absolute;

top: 50%;

left: 50%;

background: #73b3ff;

-webkit-animation: grow 3s infinite cubic-bezier(0.53, 0.68, 0.53, 0.41); }

.square:nth-of-type(2) {

margin-top: 12px;

-webkit-animation-delay: 0.1s; }

.square:nth-of-type(3) {

margin-top: 24px;

-webkit-animation-delay: 0.2s; }

.square:nth-of-type(4) {

margin-top: 36px;

-webkit-animation-delay: 0.3s; }

.square:nth-of-type(5) {

margin-top: 48px;

-webkit-animation-delay: 0.4s; }

@-webkit-keyframes grow {

0%, 100% {

-webkit-transform: translateX(-25px) scaleX(0.5);

background: #73b3ff; }

25% {

-webkit-transform: translateX(0px) scaleY(1) scaleX(5) rotateY(180deg);

background: #f0c078; }

50% {

-webkit-transform: translateX(25px) scaleX(0.5);

background: #73b3ff; }

75% {

-webkit-transform: translateX(0px) scaleY(1) scaleX(5) rotateY(180deg);

background: #f0c078; } }

.wrapper {

width: 50px;

height: 98px;

position: absolute;

left: 50%;

top: 50%;

margin-top: -100px;

margin-left: -25px;

-webkit-transform-style: preserve-3d;

-webkit-animation: 2s global infinite; }

@-webkit-keyframes global {

0%, 100% {

-webkit-transform: rotateY(0deg); }

50% {

-webkit-transform: rotateY(360deg); } }

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值