Different hover transition on mouse-out

Can I use the hover effect to also ease out of the hover state?

More specifically, I am using a border effect on hover that takes 500 ms to move in, but then when the cursor moves off of the div block, its a hard transition. Can I ease the release from the hover state?

I’d prefer to keep it simple and use the hover state rather than creating effects.

Hey Jordan, if you set a transition for border on the element’s class (not the hover state), then it should transition in and out.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.