티스토리 뷰
[CSS]#16 animation(animation-delay, animaiton-timing-function)
blueprint-12 2021. 10. 29. 21:48▶animation-delay
이 속성은 말 그대로 지정된 animation의 시작을 연착시키는 속성입니다.
사용예시: animation-delay: 2s;
//참고로 이 곳에 animation: 애니메이션이름 모션스타일 지속 시간; 이 작성돼있어야 겠죠?
따로 animation과 animaiton-delay를 적어줘도 되고 animation 하나에 delay를 포함해도 됩니다.
▶animation
animation CSS 속성은 다수의 스타일을 전환하는 애니메이션을 적용한다.
초기값 (ref: MDN)
as each of the properties of the shorthand:
|
자주 쓰이는 animaiton-timing-function: ( ease-in-out / linear )
▷ ease-in-out
- Equal to cubic-bezier(0.42, 0, 0.58, 1.0), with the animating properties slowly transitioning, speeding up, and then slowing down again.
▷ linear
- Equal to cubic-bezier(0.0, 0.0, 1.0, 1.0), animates at an even speed.
The order of values within each animation definition is important: the first value that can be parsed as a <time> is assigned to the animation-duration, and the second one is assigned to animation-delay.
->시간에 관련된 속성값을 작성할 때, 순서가 중요합니다. 1) 애니메이션 지속시간(animation-duration) 2) 애니메이션 딜레이 시간(animation-delay)을 작성하는 것을 명심하세요.
'Frontend > CSS, HTML' 카테고리의 다른 글
[생활코딩][CSS] flex(flex-basis, shrink, grow) (0) | 2021.12.08 |
---|---|
[CSS]#17 will-change, :focus- within(CSS pseudo-class) (0) | 2021.10.31 |
[CSS]#15 vw, vh, %(percent)/animation: forwards (0) | 2021.10.28 |
[CSS]#14 border-radius세분화/flex children기능 (0) | 2021.10.26 |
[CSS]#13 border-box 사용예제/text-align 예제/z-index 개념 (0) | 2021.10.25 |
- Total
- Today
- Yesterday
- is()
- 원티드 FE 프리온보딩 챌린지
- ~ ^
- 원티드 프리온보딩 FE 챌린지
- Prittier
- reactAPI
- 프리렌더링확인법
- 틸드와 캐럿
- 부트캠프항해
- getServerSideProps
- nvm 설치순서
- grid flex
- && 셸 명령어
- 프리온보딩 프론트엔드 챌린지 3월
- getStaticPaths
- float 레이아웃
- text input pattern
- 원티드 3월 프론트엔드 챌린지
- 항해99프론트
- 항해99프론트후기
- 항해99추천비추천
- aspect-ratio
- fs모듈 넥스트
- 원티드 프리온보딩 프론트엔드 챌린지 3일차
- 타입스크립트 DT
- nvm경로 오류
- 형제 요소 선택자
- 타입스크립트 장점
- tilde caret
- D 플래그
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |