Skip to content

Side navigation menu (aka Facebook app)

Open
Overdue by 12 year(s)
Due by September 30, 2013
Last updated Sep 6, 2013
0% complete

This should be an extension, using a element as the menu.

Hint: this menu is in z-index -1.

Opening the menu should be only adding a classname to the body (using emy.addClass(document.body, 'menuisopen') )
Then based on the [selected="true"] attribute, the current view might get a CSS transform translateX(80%).

Closing the shoud be just removing the classname to the body element (using emu.changeClass(document.body, 'menuisopen','')

Menu items should be normal elements inside a list, with onclick href & target taken in account just like any other link.
When a click is triggered, if href is defined, menu has to close first, then trigger the href value.

Best practice is a JS object as sideMenu inside emy.plugin (aka emy.plugin.sideMenu)

List view

    There are no open issues in this milestone

    Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.