为什么要加百分号呢?
整个动画是100%,这里的0%~25%表示它整个动画的1/4让元素在X方向上移动了180px;以此类推吧!
0% {
-webkit-transform: translateX(0);
}
25%{
-webkit-transform: translateX(180px);