用@keyframes来制定动画规则会比使用transition(过渡)来获得更细腻更全面的动画效果。 @keyframes slidein { from { margin-left: 100%; ...
確定! 回上一頁