@-webkit-keyframes person-slow怎么不起作用呢
在动画相关的属性前也需要添加厂商前缀:
-webkit-animation-name:"animationName";
-webkit-animation-duration: 2s;
<div id="boy" class="charector slowWalk"></div>
你的这一句可能写的不对
你是用的Chrome吗?