diff --git a/Pod/Classes/RMPScrollingMenuBarControllerAnimator.m b/Pod/Classes/RMPScrollingMenuBarControllerAnimator.m index b01ac0b..6a0da03 100644 --- a/Pod/Classes/RMPScrollingMenuBarControllerAnimator.m +++ b/Pod/Classes/RMPScrollingMenuBarControllerAnimator.m @@ -113,6 +113,9 @@ - (void)animationDidStop:(CAAnimation *)theAnimation finished:(BOOL)flag // Remove animations [fromViewController.view.layer removeAllAnimations]; [toViewController.view.layer removeAllAnimations]; + + _transitionContext.containerView.layer.beginTime = 0.0; + _transitionContext.containerView.layer.timeOffset = 0.0; }