I built out a custom nav menu to have more control over the design and entrance animation. I’ve also been able to make it close upon clicking on an anchor link (which you can’t do without custom code with the built in nav component) but you end up having to double click the menu to open it again afterwards.
Can’t figure it out, but I imagine it has something to do with a mismatch between initial and final state of the interactions that open and close it?
@emary - I believe the second click interaction on the menu button is running on the first click of menu after being closed by another link click interaction. So even though you’ve reset the size and the opacity Webflow runs the second click interaction on the menu because it is queued up after the first click to open the menu.
What you might be able to do is use jQuery to simulate a click of the menu button when another link is clicked, using the click() method.
So I would try adding an id to your Landscaping link and then some code like this: