Update SlideNavigationController.m

remove reverse when menu did end close
This commit is contained in:
Nikolai Ashanin 2015-10-07 18:30:01 +03:00
parent 2ed9400c82
commit 42e62a4dbd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ NSString *const SlideNavigationControllerDidReveal = @"SlideNavigationControlle
#define MENU_SLIDE_ANIMATION_DURATION .3
#define MENU_SLIDE_OPEN_ANIMATION_DURATION .4
#define MENU_SLIDE_CLOSE_ANIMATION_DURATION .2
#define MENU_SLIDE_ANIMATION_OPTION UIViewAnimationOptionCurveEaseOut
#define MENU_SLIDE_ANIMATION_OPTION UIViewAnimationOptionCurveLinear
#define MENU_QUICK_SLIDE_ANIMATION_DURATION .18
#define MENU_IMAGE @"menu-button"
#define MENU_SHADOW_RADIUS 10