Side Menu

buzztouch plugin: Side Menu
Version: v1.3
Displays a simple yet elegant menu where menu items appear to be sticking out from the right-hand side.
works on iOS iOS
works on Android Android
Developer Info
Latest Review
PointerJordanR | 03/23/14 (v1.3)
The idea is great and perfect for a home screen. However, the button edges are pixelated and the is no offer of transitions in the control panel.
Screenshots
More Information
Displays a simple yet elegant menu where menu items appear to be sticking out from the right-hand side.
Menu items consist of a semi-transparent background, with text and an optional icon image on top. The
background's transparency level can be set on the control panel, as well as the width, height, etc.

Version History
------------------------
1.0 - initial release
1.1 - added support for iOS devices
1.2 - bug fix on Android projects related to bad imports
1.3 - bug fix where saving an icon image would cause problems loading the screen

iOS Project (3.0 projects only)
------------------------
cr_row_bg.png
CR_side_menu_cell.h
CR_side_menu_cell.m
CR_side_menu.h
CR_side_menu.m

Android Project (3.0 projects only)
------------------------
CR_side_menu.java
cr_side_menu_row.xml
cr_side_menu.xml
cr_row_bg.png

JSON Data
------------------------
{"itemId":"blah","itemType":"CR_side_menu","backgroundImageNameLargeDevice":"bg2.png","rowAlpha":"50","backgroundImageScale":"fullScreen","childItems":[
{"itemId":"blah1","itemType":"CR_menuItem","titleText":"Home","iconName":"house.png"},
{"itemId":"blah2","itemType":"CR_menuItem","titleText":"Share"},
]},