Yalantis / GuillotineMenu-Android

Neat library, that provides a simple way to implement guillotine-styled animation
https://yalantis.com/
2.72k stars 495 forks source link

Beautiful but not convenient. #2

Closed HanderWei closed 9 years ago

HanderWei commented 9 years ago

I like it! It was beautiful. But I think it was not convenient cause I must click the menu icon.

I think it will be better that you rotate the drawer 90 degrees in clockwise direction and add sliding gesture like Navigating Drawer.

dmytroDenysenko commented 9 years ago

@HanderWei Completely agree with you on the swiping gesture. That's why I included it into the «features planned». As for rotation in a clockwise direction, this falls out of the animation concept. The component just wasn’t designed this way. However, we are always open for your pull requests.

ppamorim commented 9 years ago

You can use ViewDragHelper to provide this feature :)

dmytroDenysenko commented 9 years ago

@ppamorim Thanks! Will surely look into it.