λ°μν
CSS Animation
CSS μ λλ©μ΄μ μ’ λ₯μ μμ μ 리.
animation
animation : name | duration | timing-function | delay | iteration | direction | fill-mode | play-state
μ’ λ₯ | μμ |
---|---|
animation-name | @keyframeμ μ§μ λ μ΄λ¦μ μ€μ ν©λλ€. |
animation-duration | μ λλ©μ΄μ μ΄ μ€νλλ μκ°μ μ€μ ν©λλ€. |
animation-timing-function | μ λλ©μ΄μ ν€νλ μ μμ§μμ μ€μ ν©λλ€. |
animation-delay | μ λλ©μ΄μ μ΄ μμλκΈ° μ κΉμ§ μκ°μ μ€μ ν©λλ€. |
animation-iteration | μ λλ©μ΄μ λ°λ³΅ νμλ₯Ό μ€μ ν©λλ€. |
animation-derection | μ λλ©μ΄μ λ°©ν₯μ μ€μ ν©λλ€. |
animation-fill-mode | μ λλ©μ΄μ λλκ³ λ λ€ μ΄λ€ κ°μ μ μ©ν μ§ μ€μ ν©λλ€. |
animation-play-state | μ λλ©μ΄μ μ€ν μνλ₯Ό μ€μ ν©λλ€. |
transtion
transtion : property | durtion | timing-function | delay
μ’ λ₯ | μμ |
---|---|
transition-property | νΈλμ§μ μ μ μ©ν CSS μμ± λμμ μ€μ ν©λλ€. |
transition-druation | νΈλμ§μ μλμκ°μ μ€μ ν©λλ€. |
transition-timing-function | νΈλμ§μ μμ§μ ν¨κ³Όλ₯Ό μ€μ ν©λλ€. |
transition-delay | νΈλμ§μ μ΄ μμλκΈ° μ κΉμ§ μκ°μ μ€μ ν©λλ€. |
timing-function
μ’ λ₯ | μμ |
---|---|
linear | μΌμ ν κ°κ²©μΌλ‘ μ€μ ν©λλ€. |
ease | μ²μμλ μμν κ°μνκ³ λ§μ§λ§ λΆλΆμμ κΈκ²©ν κ°μν©λλ€. |
ease-in | μ²μμλ μ²μ²ν μμνκ³ λ§μ§λ§μ κ°μν©λλ€. |
ease-out | μ²μμλ μ΅λ μλλ‘ μμνκ³ λ§μ§λ§μ κ°μν©λλ€. |
ease-in-out | μ²μμλ μ λ‘ μλλ‘ μμνκ³ , μ€κ° μ§μ μμ μ΅κ³ μλλ‘ μμ§μ΄κ³ , λ§μ§λ§ λΆλΆμμ μμν κ°μν©λλ€. |
step-start | μ λλ©μ΄μ μ μμμ μμ μ€μ ν©λλ€. |
step-end | μ λλ©μ΄μ μ λμ μμ μ€μ ν©λλ€. |
steps(int, start/end) | μ λλ©μ΄μ μ λ¨κ³λ³μ μ€μ ν©λλ€. |
cubic-bezier(n,n,n,n) | λ²μ§λμ 곑μ κ°μ λ§λ€μ΄μ μ€μ ν©λλ€. |
timing-function : ease
timing-function : step
timing-function : cubic-bezier
timing-function : animation-delay
timing-function : animation-iteration-count
timing-function : animation-direction
timing-function : animation-fill-mode
timing-function : animation-play-state
λ°μν
'CSS' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
[CSS] ν μ€νΈκ° μμν κ·Έλ €μ§λ SVG μ λλ©μ΄μ (4) | 2022.09.08 |
---|---|
[CSS] SVGλ? - λνΒ·μ λλ©μ΄μ λ§λ€κΈ° (8) | 2022.09.07 |
[CSS] κ³΅μ΄ μ μ μμ΄ νλ μ λλ©μ΄μ λ§λ€κΈ° (2) | 2022.09.02 |
[CSS] μ μ¬κ°νμ΄ νμ νλ μ λλ©μ΄μ λ§λ€κΈ° (5) | 2022.08.29 |
[CSS] μ 2κ°κ° μκ³λ°©ν₯μΌλ‘ νμ νλ μ λλ©μ΄μ λ§λ€κΈ° (4) | 2022.08.29 |
λκΈ