@keyframes animations{ 0%{transform:translate(0,0);} 50%{ransform:translate(100px,100px);} 100%{transform:translate(100px,0);} } transform 少了个字母 t