Hi. Please help me with Fixed menu. How to set the animation for fixed menu for get visible after scroll of another section(after the buttons Try/buy). Thanks in advance.
select the “after section” - scroll into view
==> Start animation
Set initial state for the navbar
of -100px (Out of the screen) - when “button X” scroll in-to-view start animation - change target to navbar
and 0px. Should work fine. In general its better to set the interaction for the entire section (The button is with small height = less time the navbar will be visible)
Related:
This is ± the idea. The diff - her the trigger is scroll up or down:
Thanks. It’s working good)