From 792fb82d6b55c5579488ab829c6281fe0deb89de Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Sun, 25 Jan 2015 08:58:18 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 696a76a..dbf6452 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ Behaves exactly the same as leftbarButtonItem, but it's used as the right button 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 ###### landscapeSlideOffset 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 +###### menuRevealAnimationDuration +Default value of animation duration is .3, this property allows configuring animation duration +###### menuRevealAnimationOption +Defaults to UIViewAnimationOptionCurveEaseOut, you can change this property to configure animation options ###### menuRevealAnimator 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.