CSS
애니메이션 끝나고 그대로 멈춰있게 만드는 방법
jennyiscoding
2023. 3. 13. 20:40
animation: moveupx 3s linear , moveupy 3s cubic-bezier(0.41, 0.04, 0.83, 0.53);
animation-fill-mode: forwards;