我哪錯了?
@-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;
}
2016-05-01
錯的不是你,是這個世界....第一個字符是@就不能正確提交,可以在前面寫點(diǎn)其他的東西,此貼終結(jié)!
2016-04-30
錯的不是你,是這個世界,,,代碼沒問題的!
2016-04-22
對啊 ,我提交也一直叫我再試試,整個第九章的都是這樣
2016-04-22
好吧,不知道錯哪里了,我的提交也是錯的。一直說再試試,心累。。
2016-04-22
沒錯呀,我把你的代碼試了都能用的。
2016-04-22
css沒錯