CSS3 (animation, @keyframes)

김한나·2021년 11월 11일
0

html,css

목록 보기
5/7

@keyframes

@keyframes ani1(애니메이션 이름) {
from {} or 0% {} 시작
to {} or 100% {} 끝
}

animation

animation: 애니메이션이름 시간
속성 = infinite 무한반복
alternate 역재생

animation-fill-mode

animation-fill-mode:
속성 = backwards = 0% 화면에서 멈춤(기본값)
forwards = 100% 구간에서 멈춤

0개의 댓글

관련 채용 정보