Skip to content

Commit 792fb82

Browse files
committed
Update README.md
1 parent c2638e8 commit 792fb82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Behaves exactly the same as leftbarButtonItem, but it's used as the right button
9696
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
9797
###### landscapeSlideOffset
9898
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
99103
###### menuRevealAnimator
100104
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.
101105

0 commit comments

Comments
 (0)