Join the Webstudio community

Updated 4 weeks ago

Give ability to add transitions to pseudo classes

Right now can only add transitions to non pseudo classes.

Example use case: Add animation effect on hover only.
Attachment
image.png
D
O
8 comments
transitions should generally be added on the main class, that's intentional, on a pseudo classes you only add the state that transition should transition to
basically transition describes what will hapen when property changes
what will happen needs to be known upfront
right but for this instance i only want the effect to be applied on hover only, might be able to do it with keyframes but for now I just use a custom class
hmm, whats exactly the case? on hover its one transition and on some other state its no transition? can you make an example? I struggle to understand why
It's simply an effect, I'll do a code pen so you understand what i'm talking about.
Add a reply
Sign up and join the conversation on Discord