Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve fade transition animator #209

Merged
merged 5 commits into from May 24, 2016

Conversation

JakeLin
Copy link
Member

@JakeLin JakeLin commented May 23, 2016

To improve fade transition animator

  • Remove TransitionFadeType
  • Refactor Fade, FadeIn and FadeOut to Fade(direction: TransitionDirection) in TransitionAnimationType
  • Remove PresentFadeInSegue, PresentFadeInWithDismissInteractionSegue, PresentFadeOutSegue and PresentFadeOutWithDismissInteractionSegue, use PresentFadeSegue and PresentFadeWithDismissInteractionSegue instead.

Because FadeIn and FadeOut are similar to Fade and we already have many segues, we remove FadeInSegue and FadeOutSeuge.

@tbaranes please have a look when you have time, thanks.

@JakeLin JakeLin added this to the 2.3 milestone May 23, 2016
@JakeLin JakeLin force-pushed the feature/improve-fade-transition-animator branch from 1688337 to 56e4277 Compare May 23, 2016 02:26
…nDirection)` in `TransitionAnimationType`
…e`, `PresentFadeOutSegue` and `PresentFadeOutWithDismissInteractionSegue`, use `PresentFadeSegue` and `PresentFadeWithDismissInteractionSegue` instead.
@JakeLin JakeLin force-pushed the feature/improve-fade-transition-animator branch from 56e4277 to 8cc1403 Compare May 24, 2016 04:02
@JakeLin JakeLin merged commit 970a32c into master May 24, 2016
@JakeLin JakeLin deleted the feature/improve-fade-transition-animator branch June 6, 2016 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant