Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkftr/DoorwayTransition

Doorway Transition in CoreAnimation (iOS)
https://github.com/mkftr/DoorwayTransition

Last synced: 3 months ago
JSON representation

Doorway Transition in CoreAnimation (iOS)

Awesome Lists containing this project

README

        

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 :

``` objective-c
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.