본문 바로가기
CSS

애니메이션 끝나고 그대로 멈춰있게 만드는 방법

by jennyiscoding 2023. 3. 13.
    animation: moveupx 3s linear , moveupy 3s cubic-bezier(0.41, 0.04, 0.83, 0.53);
    animation-fill-mode: forwards;