We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3554c28 commit fc827a9Copy full SHA for fc827a9
SlideMenu/Source/SlideNavigationController.m
@@ -36,12 +36,12 @@ @interface SlideNavigationController()
36
@implementation SlideNavigationController
37
38
#define MENU_SLIDE_ANIMATION_DURATION .3
39
-#define MENU_QUICK_SLIDE_ANIMATION_DURATION .2
+#define MENU_QUICK_SLIDE_ANIMATION_DURATION .15
40
#define MENU_IMAGE @"menu-button"
41
#define MENU_SHADOW_RADIUS 10
42
#define MENU_SHADOW_OPACITY 1
43
#define MENU_DEFAULT_SLIDE_OFFSET 60
44
-#define MENU_FAST_VELOCITY_FOR_SWIPE_FOLLOW_DIRECTION 1300
+#define MENU_FAST_VELOCITY_FOR_SWIPE_FOLLOW_DIRECTION 1200
45
46
static SlideNavigationController *singletonInstance;
47
0 commit comments