Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamshezad/shtransition
SHTransition is a simple library for viewcontroller transition animation in swift.
https://github.com/iamshezad/shtransition
animation coreanimation swift transition viewcontroller viewcontroller-transition
Last synced: about 2 months ago
JSON representation
SHTransition is a simple library for viewcontroller transition animation in swift.
- Host: GitHub
- URL: https://github.com/iamshezad/shtransition
- Owner: iamshezad
- License: mit
- Created: 2017-08-22T07:28:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T06:03:27.000Z (about 7 years ago)
- Last Synced: 2024-10-12T16:48:21.396Z (3 months ago)
- Topics: animation, coreanimation, swift, transition, viewcontroller, viewcontroller-transition
- Language: Swift
- Homepage:
- Size: 1.2 MB
- Stars: 35
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SHTransition
SHTransition is a Library for the transition between the views in a viewcontroller## Sample One
## Installation
--Using Cocoapods
pod "SHTransition"--Or drag and drop the SHTransition.xcodeproj to your project
## Usage
1.Import SHTransition
2.SHTransition will be off by default.
- To use SHTransition in a particular vc on SHTransition
- You can change the transition timing by changing the value in Transition Time
Check the below Screenshot3.Transition Views ID must be same
- Check the below screenshot
## ExampleDownload the example project