Have a problem with close menu after go to page section.
I want the menu to close, all the content go up, and the transition to the section is triggered
If I add animation that when I click on a section the content goes up, then the section transition moves. Also I tried to use scroll for this option. But it works bad
So is there a way that raising the content up and made navigating through sections - at the same time?
Hey @OlegN, I hope I understood correctly, but what you are looking for that after clicking on a link inside of the menu, you want the menu to close, as well as scrolling to section (the second one is already working it seems)?
I think you simply need to add, on every single menu link, a Click Trigger, and have it play the same animation that closes the menu when you click on the X button (from what I can tell, it’s the “close menu link”, and add another one for “second click” in order to make sure the X closes)
Thanks for your advice! I have tried it. Add animation on link. When I click on the menu link, I raise all the content up. But in this case, the transition does not occur correctly.
As I understand it, I need to somehow configure it so that the content first goes up and then the section goes through. But I don’t understand where to configure the section transition delay…
Oh I see, you need to add a delay to the scrolling event. Just go to your project settings, from there you can access a page “custom code”, where you can add any code or script you need.
Your only issue now is to try and figure out the name of the anchor/scroll animation, so you can add the name in the delay line. Try Exporting your project and opening up the scripts and CSS files ? I think a developer would be better at helping with this.