drawer
drawer copied to clipboard
opne/close on mouseover
Hello, I will be brief: is possible to open / close the menu on mouseover? ✌️
Currently there's no option for that. You could easily implement it, though, by calling drawer.drawer('open')
and drawer.drawer('close')
on the trigger's onmouseenter and onmouseleave events.