Is there a no-code way to add transition delay on hover in Brizy?
I’m working on styling a button and I want to add a transition delay on its hover effect to control when the hover animation starts. I know this can be done with CSS, for example:
.your-button-class {
transition: all 0.3s ease 0.2s; /* 0.2s delay */
}
But I’m trying to do this using Brizy’s no-code editor without adding custom CSS. I’ve looked through the Styling and Effects panels but don’t see an option for setting a delay on transitions or hover effects.
Is there currently any way to add a transition delay or control the timing of hover animations directly in Brizy’s no-code interface? If not, are there plans to support this feature?
Thanks for your help!
-
Hello Steven,
Unfortunately, the hover effects do not have a delay option. However, you can control the speed at which the hover transition happens by selecting a duration.
0
Please sign in to leave a comment.
Comments
1 comment