Skip to content

Commit

Permalink
update readme #12
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabharora90 committed Dec 11, 2016
1 parent ff5cc65 commit 2cd6286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Currently the library offers the following customization options:
- `menu_radius`: Controls the radius of the arc
- `menu_elevation`: Controls elevation (shadow cast) of the FAB Menu. Default to 6dp.
- `menu_margin`: Controls the margin applied to the FAB Menu. Currently the same margin is applied to all four corners (defaults to 16dp).
- `menu_open`: Controls which side of the FAB menu is the arc menu displayed on. Currently supports one of `arc_left` or `arc_right`
- `menu_open`: Controls which side of the FAB menu is the arc menu displayed on. Currently supports one of `arc_left`, `arc_right` , `arc_top_left` or `arc_top_right`
- `menu_animation_time`: Controls the animation time to transition the menu from close to open state and vice versa. The time is represented in milli-seconds
- `fabSize`: Sets the size of the FAB icon used in the ArcMenu. Can be either `mini` or `normal`

Expand Down

0 comments on commit 2cd6286

Please sign in to comment.