IBAnimatable/IBAnimatable

Custom transition animators (animation controllers)

Open

#155 opened on Apr 2, 2016

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Swift (8,650 stars) (777 forks)batch import
difficulty: mediumhelp wantedtype: enhancement

Description

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:

Contributor guide