神一樣的男人3392911
2017-04-28 11:01:16
.rotation {? ? ? ? ? ? -webkit-animation-name: rotation;? ? ? ? ? ? -webkit-animation-duration: 30s;? ? ? ? ? ? -moz-animation-name: rotation;? ? ? ? ? ? -moz-animation-duration: 30s;? ? ? ? }@-webkit-keyframes rotation {? ? ? ? ?0% {? ? transform: translateX(0) translateY(0); } 100% {? ? transform: translateX(-2000px) translateY(400px); }}@-moz-keyframes rotation {? ? ? ? ? 0% {? ? transform: translateX(0) translateY(0); } 100% {? ? transform: translateX(-2000px) translateY(400px); }}復(fù)制了代碼也沒(méi)動(dòng),是什么原因啊
4 回答
添加回答
舉報(bào)
0/150
提交
取消