How can I use "Transitions"? #135
-
I want to use transitions to animate some elements. |
Beta Was this translation helpful? Give feedback.
Answered by
kof
Apr 5, 2024
Replies: 1 comment 6 replies
-
Transitions are set on a regular state, then you define the styles on hover or other states so that transition can transition from one state to another, this is not specific to webstudio, it's how CSS works. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
idea-garage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Transitions are set on a regular state, then you define the styles on hover or other states so that transition can transition from one state to another, this is not specific to webstudio, it's how CSS works.