drawer icon indicating copy to clipboard operation
drawer copied to clipboard

opne/close on mouseover

Open ivanionut opened this issue 8 years ago • 1 comments

Hello, I will be brief: is possible to open / close the menu on mouseover? ✌️

ivanionut avatar May 02 '16 14:05 ivanionut

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.

oddlyfunctional avatar May 05 '16 21:05 oddlyfunctional