From 2f58fb623eaadd49e0b78f4a947e4d823db93ef7 Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Tue, 7 Jan 2014 13:17:55 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fdc1edf..b1bb4b3 100644 --- a/README.md +++ b/README.md @@ -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