xxxAIRINxxx / MusicPlayerTransition

Custom interactive transition like Apple Music iOS App (iOS 9). written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to remove bounce up animation?

yarodevuci opened this issue · comments

When transitioned to player I can swipe up and the view will go up a little bit
How can I prevent that? could not find anything related in code
Thank you

@yarodevuci You can set the usingSpringWithDamping to 1.0 on the ARNTransitionAnimator instance.

It is already with that value