doyoe / css-handbook

CSS参考手册
http://css.doyoe.com
Apache License 2.0
1.54k stars 313 forks source link

animation-direction 里的代码语法错误 #153

Open cssnote opened 6 years ago

cssnote commented 6 years ago

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

transform 少了个字母 t