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