• Stars
    star
    204
  • Rank 192,063 (Top 4 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created about 13 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Doorway Transition in CoreAnimation (iOS)

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.