AnimatedTransitionGallery is an iOS demonstration application that collects many custom transitions between view controllers. The examples are built around the UIViewControllerAnimatedTransitioning protocol and related transition APIs. Its catalog includes line, ghost, brick, blur, dissolve, flash, page-curl, ripple, fade, bounce, cube, fold, portal, flip, zoom, and carousel effects. Several transitions use Core Image, while others rely on custom geometry and animation controllers. The gallery brings implementations from multiple open-source projects into one interface for direct visual comparison. Building the complete application requires initializing its Git submodules after cloning the repository. It is best suited to developers studying transition techniques or searching for animation patterns to adapt to their own interfaces.
Features
- Extensive animated transition gallery
- UIViewControllerAnimatedTransitioning implementations
- Core Image transition effects
- Custom geometry and animation controllers
- Multiple open-source transition libraries
- Git submodule-based project integration