Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaxt committed Jan 7, 2014
1 parent 66d1748 commit 2f58fb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ Menu Reveal Animations
There are three types of animations that can be applied when revealing the menu

```
MenuAnimationNone
MenuAnimationFade
MenuAnimationSlide
MenuAnimationSlideAndFade
MenuRevealAnimationNone
MenuRevealAnimationFade
MenuRevealAnimationSlide
MenuRevealAnimationSlideAndFade
[SlideNavigationController sharedInstance].menuRevealAnimation = MenuAnimationSlideAndFade;
[SlideNavigationController sharedInstance].menuRevealAnimation = MenuRevealAnimationSlideAndFade;
```

The opacity applied during a fade animation can be configured using a property on SlideNavigationController called menuRevealAnimationFadeMaximumAlpha. This value can be anywhere between 0 and 1, and it represents the darkes a menu can become. The color of fade layer can also be configured using the property called menuRevealAnimationFadeColor
Expand Down

0 comments on commit 2f58fb6

Please sign in to comment.