https://gist.github.com/flyspaceage/ca0759d155c6c79786b7cb27a15f3629
I am trying to hide my menu until the pagination sequence begins, then the menu would reveal inside the header. Currently, the menu is always visible. The HTML structure is below, while the script is attached as a gist.
<header>
<ul class="pagination">
<li>
<a class="" href="#intro">
Top
</a>
</li>
<li>
<a class="" href="#breaking-away">
Breaking Away
</a>
</li>
<li>
<a class="" href="#why-right-now">
Why Right Now
</a>
</li>
<li>
<a class="" href="#testimonials">
Testimonials
</a>
</li>
<li>
<a class="" href="#deep-dive">
Deep Dive
</a>
</li>
</ul>
</header>