1,请看下代码。2,@-webkit-keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translateX(20px);} 100% {opacity: 1;-webkit-transform: translateX(0);}}