-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
How can I use it? HUTransitionAnimator or HUTransitionGhostAnimator have not original speed
if ([toVC isKindOfClass:[FeedDetailVC class]] ||
[fromVC isKindOfClass:[FeedDetailVC class]])
{
animator = [[HUTransitionHorizontalLinesAnimator alloc] init];
animator.presenting = (operation == UINavigationControllerOperationPop)?NO:YES;
} else {
animator = [[HUTransitionAnimator alloc] init];
animator.presenting = (operation == UINavigationControllerOperationPop)?NO:YES;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels