-
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
Custom transition animators (animation controllers) #155
Comments
Here a list of which transitions we can port from VCTransitionsLibrary:
|
Here another list of transitions: https://github.com/onmyway133/fantastic-ios-animation/blob/master/Animation/transition.md |
Some others lovely animations: https://github.com/PiXeL16/RevealingSplashView |
@tbaranes cool one |
https://github.com/lkzhao/Hero That's the last kind of transitions we don't handle! |
Since we have all supported system built-in transition animations. Refer to More system transition animators (animation controllers). We can start implement more custom transition animators.
VCTransitionsLibrary can be a good library to start with, we can port https://github.com/ColinEberhardt/VCTransitionsLibrary to Swift and make it designable in Interface Builder.
Other concepts
http://transitiontreasury.com
https://github.com/entotsu/TKSubmitTransition
https://github.com/NewAmsterdamLabs/ZOZolaZoomTransition
https://github.com/AlvaroFranco/AFBlurSegue
https://dribbble.com/shots/2131325-Bike
https://dribbble.com/shots/1216761-Liquid-Animation
Any feedback is welcome, thanks.
Document:
The text was updated successfully, but these errors were encountered: