Animation transitions #13
-
Your transition effects are smooth? what do you use? |
Beta Was this translation helpful? Give feedback.
Answered by
Abhinav-ark
Mar 6, 2024
Replies: 1 comment
-
I use ease-in-out. It specifies a transition effect with a slow start and end (equivalent to cubic-bezier(0.42,0,0.58,1)). 200ms is a good transition time for these effects. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kira-03
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use ease-in-out. It specifies a transition effect with a slow start and end (equivalent to cubic-bezier(0.42,0,0.58,1)). 200ms is a good transition time for these effects.