-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: "Navigation drawer" off-canvas slide-in menu #251
Comments
This type of pattern is exactly what we're going to focus on after v2 of Ratchet drops. |
Sweet! When's Ratchet v2 expected to drop? |
Very soon. |
Just for reference, the off-canvas implementation from ZURB Foundation 5 - |
I refrained from referring to the Zurb implementation because the Zurb implementation doesn't have swipe/finger tracking (i.e. you can't slowly drag the navigation drawer out from the edge of the screen). The navigation drawer in Google Play or Youtube are better in this regard. |
Sweet! Where can it be seen in the wild? For me the youtube off-canvas works even worse than Foundation's - it doesn't track the swipe, and it doesn't have any animation :( |
@romanbsd It's on the latest Android. Maybe you have an older Android or iOS? |
iOS.. |
another reference: snap.js |
FWIW, I don't think Snap.js is being actively maintained. |
Yap that's true, but as I've said, just a reference. |
Hey guys, V2.0.1 was out now, any good news about the "slide in menu"? |
+1 |
+1... or +5 |
ratchet looks clean and nice. +1 |
For everyone who needs a off-canvas NOW, here's a working example with snap.js: http://jakiestfu.github.io/Snap.js/demo/apps/ratchet/template.html |
@christianseel The example is based on "Ratchet v1.0.0". There's some CSS work to do to work on V2.0. |
@christianseel thanks, I'm using something similar with snap.js v2.0 branch. but the problem there is the whole content being used for dragging. determining when the swipe should begin, like stated in the article @dlee suggested (http://cyrilmottier.com/2012/05/29/the-making-of-prixing-2-swiping-the-fly-in-app-menu/) is very important, so that the drawer swipe will not interfere with the vertical swipe. would be great to see an implementation considering the drag point in Ratchet. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1111111111111111 |
+1 |
+1 please! |
+1 |
+1 Completely agree with this feature. |
+1 |
+1 |
+1, it's the only reason why I'll have to go with Ionic this time |
Needed. |
+1 |
I'm going to try https://github.com/BeSite/jQuery.mmenu |
Pull-request pending #689 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+100 |
+1 for sure. Otherwise ratchet looks perfect for my mobile only projects |
+1 waiting... |
+1 |
+1 why u so sloooow? :) |
+1 |
+1 we are waiting |
Any news on this one? :-) |
+1 |
Add Navigation drawer (aka. off-canvas slide-in menu or fly-in menu) support.
This is a very popular UI pattern nowadays.
http://cyrilmottier.com/2012/05/29/the-making-of-prixing-2-swiping-the-fly-in-app-menu/
The text was updated successfully, but these errors were encountered: