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

我哪错了?

@-webkit-keyframes changecolor{
  0%{
    background: red;
  }
  20%{
    background:blue;
  }
  40%{
    background:orange;
  }
  60%{
    background:green;
  }
  80%{
    background:yellow;
  }
  100%{
    background: red;
  }
}

@-moz-keyframes changecolor{
  0%{
    background: red;
  }
  20%{
    background:blue;
  }
  40%{
    background:orange;
  }
  60%{
    background:green;
  }
  80%{
    background:yellow;
  }
  100%{
    background: red;
  }
}

@keyframes changecolor{
  0%{
    background: red;
  }
  20%{
    background:blue;
  }
  40%{
    background:orange;
  }
  60%{
    background:green;
  }
  80%{
    background:yellow;
  }
  100%{
    background: red;
  }
}

div {
  width: 300px;
  height: 200px;
  background: red;
  color:#fff;
  margin: 20px auto;
}
div:hover {
  -webkit-animation: changecolor 5s ease-out .2s;
  -moz-animation: changecolor 5s ease-out .2s;
  animation: changecolor 5s ease-out .2s;
}

正在回答

6 回答

错的不是你,是这个世界....第一个字符是@就不能正确提交,可以在前面写点其他的东西,此贴终结!

1 回复 有任何疑惑可以回复我~
#1

zxhy

多谢仁兄
2016-05-12 回复 有任何疑惑可以回复我~
#2

Mars光 提问者

非常感谢!
2016-05-25 回复 有任何疑惑可以回复我~

错的不是你,是这个世界,,,代码没问题的!

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

对啊 ,我提交也一直叫我再试试,整个第九章的都是这样

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

好吧,不知道错哪里了,我的提交也是错的。一直说再试试,心累。。

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

没错呀,我把你的代码试了都能用的。

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

css没错

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

举报

0/150
提交
取消

我哪错了?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信