@keyframes move{ 0%{transform:translateX(0)} 100%{transform:translateX(800px)} } .c_move{animation:move 4s linear both} /*both:運動結束後 ...
確定! 回上一頁