Skip to content

Commit 2f58fb6

Browse files
committed
Update README.md
1 parent 66d1748 commit 2f58fb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ Menu Reveal Animations
6868
There are three types of animations that can be applied when revealing the menu
6969

7070
```
71-
MenuAnimationNone
72-
MenuAnimationFade
73-
MenuAnimationSlide
74-
MenuAnimationSlideAndFade
71+
MenuRevealAnimationNone
72+
MenuRevealAnimationFade
73+
MenuRevealAnimationSlide
74+
MenuRevealAnimationSlideAndFade
7575
76-
[SlideNavigationController sharedInstance].menuRevealAnimation = MenuAnimationSlideAndFade;
76+
[SlideNavigationController sharedInstance].menuRevealAnimation = MenuRevealAnimationSlideAndFade;
7777
```
7878

7979
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

0 commit comments

Comments
 (0)