Interaction does not work completely

Hi there,

I have a customized menu for mobile navigation. When you click on the menu button in the mobile view, the mobile menu is displayed. If you click on the menu button again, it disappears.

I’ve applied the same animation to the links in the mobile menu. However, only part of the animation is played there, and it doesn’t complete fully.

I have no idea why.


Preview: https://tierphysiotherapie-osterfeld.webflow.io/
Public share: Webflow - tierphysiotherapie-osterfeld.de

1 Like

I think I found it! Right now your interaction is set to only effect child elements and it should instead be all elements.

Hey Duncan! Awesome! That’s it! Tried it and it works! You helped me so much! :+1:

There is now only one issue: The menu button works only after a second click, if I click the navbar links. I guess it is because first click is the animation “navbar-button-open” and secon “navbar-button-close”? Do you have any idea for this issue?