@Jem0Submitted over 2 years ago
I'm having trouble creating the hover effect in the design. Any advice would be appreciated!
I'm having trouble creating the hover effect in the design. Any advice would be appreciated!
You need to add all the properties in transition
that you mean to have the effect, like this-
transition: transform 750ms ease-in-out, opacity 500ms ease-in-out, backdrop-filter 500ms ease-in-out;
ps- I am not 100% sure if its needed, but I added the backdrop-filter:blur(0px);
to be sure the transition works perfectly.
kudos!! you did a great job making this ^^