-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hi.
I would like to know what could be changed, or how could I use this library, with an automatic scroll. I have a layout with some buttons on it, and since it's just like another screen of the form, if I am closing the menu, but I had the finger on one of them, that button will perform its action.
So, to prevent that, I have to write something like...
if (customMenu.getState() == CustomMenu.State.SCROLLING) { }
... but then the problem is the velocity of the menu itself. It's ok at closing, but for opening, it's terribly slow. And the more near the end, the slower it goes.
I would like it to fully open at maximum speed
Metadata
Metadata
Assignees
Labels
No labels