Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Doorway Transition https://github.com/mkftr/DoorwayTransition

Example Usage

All I wrote for this effect is "MFDoorwayTransition" class. You can apply this effect easily in between two views like below :

MFDoorwayTransition *transition = [[MFDoorwayTransition alloc] 
                                        initWithBaseView:self.view 
                                               firstView:self.currentView 
                                                lastView:self.nextView];
[transition buildAnimation];
[transition release];

License

Doorway Transition is available under the MIT license. See the LICENSE file for more info.

About

Doorway Transition in CoreAnimation (iOS)

Resources

Stars

204 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages