CSS에서 ease-in보다 더 부드러운 전환 만들기 #417
sunmerrr
started this conversation in
Today I Learned
Replies: 1 comment
-
|
저도 예전에 외부서비스 개발자도구로 보다가 알게 되었어요ㅎㅎ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
css 를 만지다가 애니메이션이 필요하면 보통 ease-in(out) 으로 표현을 했는데 최근에 cubic-berzier 를 알게되어서 이것으로 표현해보니 훨씬 부드러운 애니메이션을 적용 할 수 있었다.
이것을 썼을 때 전환이 좀 더 자연스럽게 느껴져서 적절히 자주(?) 써도 될 것 같다.
Beta Was this translation helpful? Give feedback.
All reactions