@-webkit-keyframes imggif1 { 0% {background-position: 0 -0%; } 100% { background-position: 0 -5000%;} }
@-moz-keyframes imggif1 { 0% {background-position: 0 -0%; } 100% { background-position: 0 -5000%;} }
@-ms-keyframes imggif1 { 0% {background-position: 0 -0%; } 100% { background-position: 0 -5000%;} }
@keyframes imggif1 { 0% {background-position: 0 -0%; } 100% { background-position: 0 -5000%;} }
.gifplay1{ -webkit-animation:imggif1 steps(1) infinite normal none; -moz–animation:imggif1 steps(1) infinite normal none; -ms-animation:imggif1 steps(1) infinite normal none; animation:imggif1 steps(1) infinite normal none; background-size:100% 100%;}
类似于这样的动画效果,为什么写到wxss文件里面就报错了?