css-handbook
css-handbook copied to clipboard
animation-direction 里的代码语法错误
@keyframes animations{ 0%{transform:translate(0,0);} 50%{ransform:translate(100px,100px);} 100%{transform:translate(100px,0);} }
transform 少了个字母 t