CSS-Circle-Menu
CSS-Circle-Menu copied to clipboard
auto close
I love your menu. But, i would like to auto-close when i click on a icon. I try with the event onclick but it didn't work. An idear or a way to search ?
closeMenu()
function should do it, but you'd have to register the callback somewhere. This feature is in the pipeline, see issue #1. Will try to get around to it.
Yes but i didn't arrive to make it run... I try
<li` class="c-circle-menu__item">
<a href="#contact" class="c-circle-menu__link" onClick="events.emit('closeMenu()');">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
<span class="menu_items">CONTACT</span>
</a>
</li>
but nothing....