recruit-mp / RMPZoomTransitionAnimator

A custom zooming transition animation for UIViewController
MIT License
1.71k stars 178 forks source link

Allowing to change default animation duration. #16

Closed ko0f closed 7 years ago

mpon commented 7 years ago

Thank you for the PR. I also wanted this option. However, I'm not sure it's a good idea to change static const to static. Could you modify it to use an internal property instead of a constant?

ko0f commented 7 years ago

Good idea, done.

mpon commented 7 years ago

Thanks, great. I will update the pod version, after clean up the code a bit.