-
Notifications
You must be signed in to change notification settings - Fork 781
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
More system transition animators (animation controllers) #126
Comments
If we already have all of them, it would be a huge work 😆 |
@tbaranes too good to be true if we can implement all of them. I think we can do frequent releases for every one or few animators. Once we have implemented some of popular transition animators, it is good enough to use in most of transitions. |
Just to keep in mind: the animation Also, here the full list of the system animators and their implementation state:
That list doesn't contains the private transition, source from stackoverflow |
Don't mind for the breaking changes for renaming |
Should we renamed that issue Once all the PR merged, we also may make a new released since all the system ones are implemented. |
@tbaranes agree, we can release 2.2 once once we merge all your PRs, good on you. 👍 Have created a new issue for Custom transition animators (animation controllers) |
To have more system transition animations can be configured in Interface Builder.
Unlock all system built-in animations, We have
SystemCubeAnimator
andSystemFlipAnimator
now, we can easily unlock all system built-in animations in SystemTransitionType. They all have same implementation with different parameters. Refer to http://iphonedevwiki.net/index.php/CATransitionDocuments:
The text was updated successfully, but these errors were encountered: