Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mkftr/DoorwayTransition
- Owner: mkftr
- License: mit
- Created: 2011-11-06T09:32:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-23T09:09:50.000Z (over 12 years ago)
- Last Synced: 2023-11-07T15:14:54.769Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 326 KB
- Stars: 204
- Watchers: 5
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - DoorwayTransition - Doorway Transition in CoreAnimation (iOS) (etc)
- awesome - DoorwayTransition - Doorway Transition in CoreAnimation (iOS) (etc)
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.