You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@ Behaves exactly the same as leftbarButtonItem, but it's used as the right button
96
96
Default value of portraitSlideOffset is 60. This means when the menu is open, the width of the visible portion of the navigation controller is 60 pixels in portrait mode
97
97
###### landscapeSlideOffset
98
98
Default value of portraitSlideOffset is 60. This means when the menu is open, the width of the visible portion of the navigation controller is 60 pixels in landscape mode
99
+
###### menuRevealAnimationDuration
100
+
Default value of animation duration is .3, this property allows configuring animation duration
101
+
###### menuRevealAnimationOption
102
+
Defaults to UIViewAnimationOptionCurveEaseOut, you can change this property to configure animation options
99
103
###### menuRevealAnimator
100
104
menuRevealAnimator is used to animate the left/right menu during reveal. The default value is nil, that means no animations occure when opening/closing the menu.
0 commit comments