Why i can't use easing for show/hide on hover interaction?

Hello community!
Tell me please, why i can’t use easing for show/hide on hover interaction?

I want to do link animation like on the first example from here

Can somebody help me, please?)

1 Like

Hello @pzhydkykh

I will record my approach and I will share the link here

Give me 10 min.

Piter :webflow_heart:

1 Like

Here’s my approach > https://www.useloom.com/share/423897e54eed49239935f542fc91a062

I’m using interaction > Mouse Hover. There’s a lot of easing options there.

Hope this helps

Piter :webflow_heart:

2 Likes

Because show/hide is a condition for changing display option. You cannot ease from display:block to display:none for example. But if you want to achieve fade in and fade out when changing display modes you will have to also use opacity triggers and first reduce opacity and THEN make the use of show/hide triggers.

3 Likes

Fantastic! it is invaluable. Thank you very much!

1 Like

No problem :raised_hands:

Happy to help!