Animation set to menu is working only with one element

Hello,

I want to set the underline to the menu on hover. I set the animation but it works only with the first element. This is wired, because I changed setting that I want it to be working with all elements with class Nav Link.

Zrzut ekranu 2022-01-17 o 09.50.39

What I did wrong on my animations?


Here is my public share link: LINK

HI @mkukulka there is some glitch. When you remove :hover transition there is still hanging out position . This is not visible as blue text but as blue dot when position is collapsed. Just change it for example to relative and back to static this will clear this glitch.

Once this is done. remove your animation and assign it to class again. It worked for me.

1 Like

Thank you @Stan. It works. I forgot to check my previous setups on :hover statement. Not it works great. :slight_smile:

1 Like

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