亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

哈哈,這個樣式太可愛了

@keyframes move {
? 0%{
??? transform: translateY(90px);
??? background: orange;
? }
? 15%{
??? transform: translate(90px,90px);
??? background: yellow;
? }
? 30%{
??? transform: translate(180px,90px);
??? background:red;
? }
? 45%{
??? transform: translate(90px,90px);
??? background:blue;
? }
? 60%{
??? transform: translate(90px,0);
??? background:green;
? }
? 75%{
??? transform: translate(90px,90px);
??? background:purple;
? }
? 90%{
??? transform: translate(90px,180px);
??? background:red;
? }
? 100%{
??? transform: translate(90px,90px);
??? background: orange;
? }
}

div {
? width: 200px;
? height: 200px;
? border: 1px solid red;
? margin: 20px auto;
}
span {
? display: inline-block;
? width: 20px;
? height: 20px;
? border-radius:10px;
? background: orange;
? transform: translateY(90px);
? animation-name: move;
? animation-duration: .5s;
? animation-timing-function: ease-in;
? animation-delay: .2s;
? animation-iteration-count:infinite;
? animation-direction:alternate;
}


正在回答

1 回答

是挺可愛的 可能你更可愛

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

哈哈,這個樣式太可愛了

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號