css-handbook icon indicating copy to clipboard operation
css-handbook copied to clipboard

animation-direction 里的代码语法错误

Open cssnote opened this issue 7 years ago • 0 comments

@keyframes animations{ 0%{transform:translate(0,0);} 50%{ransform:translate(100px,100px);} 100%{transform:translate(100px,0);} }

transform 少了个字母 t

cssnote avatar Aug 23 '18 08:08 cssnote