Somewhat similar to last week’s post titled Aperture Style Menu, Codepen user Nikolay Talanov created this cool, experimental “hamburger” menu where the menu items expand outwards and form a circle around the hamburger icon. To position the menu items at their specific places, he uses CSS transform attribute on pseudo class :nth-child()
. For example, he uses .menu.active .rotater:nth-child(8) .btn-icon
to position the Github icon. To view the full code of the Simple Radial Menu, hit the button below.
comment 0