-
Notifications
You must be signed in to change notification settings - Fork 13
Responsive Menus #14
Comments
Thanks Rob, good considerations. A few visual ideas: Scrollable/SwipeableWe could have a scrollable horizontal list, which can pan left and right with touch/swipe. Then on a drop down a nother horizontally scrollable menu appears below. FlyoutWe could use a similar concept of a vertical sidebar which slides out over the concept from left or right. http://prgr.es is using a menu like this. FullscreenWe could take over the whole screen and present the vertically scrollable menu on touch. Footer AnchorSmashing Magazine has a good example of using the footer as the responsive menu and just anchoring to it on touch: www.smashingmagazine.com/#mobile-navigation-footer |
Some thoughts on this:
Disadvantages of adding this to Base
|
Re @scottsanders layout thoughts - I think for Base it's best to keep this as vanilla as possible, and flyout/side navigation may be too much for core (maybe cool to make modular). It would have quite a few more JS dependancies, and not suit every site Base is used on. |
Wishlist:
5) If necessary extra footer navigation list can reveal itself on mobile for very complex pages.
6) Top-level menu items with sub-menus should function only as headings, not as distinct pages. Can link to first sub-menu item page - in mobile layouts this will be disabled to allow hover function to work.
The text was updated successfully, but these errors were encountered: