为了账号安全,请及时绑定邮箱和手机立即绑定

哈哈,这个样式太可爱了

@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下载
官方微信