infinity-burger
A new kind of hamburger menu
No library dependencies. Cuts the mustard on requestAnimationFrame and classList. Demo on zachleat.com.
Clicks:
- Starts the infinity burger animation. Continues to the bottom of the document.
- Randomizes the position of the burger layers.
- Resets the randomizer position to the default state (a vertical column).
- Resets to the initial state, a three layer hamburger menu.
Markup:
<div class="infinity-burger" id="infinity-burger" aria-hidden="true">
<div></div>
<div></div>
<div></div>
</div>