Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratik-123/animationkit
AnimationKit is collection of animation in swift4 to perform animation in uiview, uilabel, etc,.
https://github.com/pratik-123/animationkit
animation animations bounce rotation swift zooming
Last synced: 3 months ago
JSON representation
AnimationKit is collection of animation in swift4 to perform animation in uiview, uilabel, etc,.
- Host: GitHub
- URL: https://github.com/pratik-123/animationkit
- Owner: pratik-123
- Created: 2017-09-30T10:50:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T11:26:22.000Z (over 7 years ago)
- Last Synced: 2023-10-19T17:58:35.111Z (over 1 year ago)
- Topics: animation, animations, bounce, rotation, swift, zooming
- Language: Swift
- Size: 65.4 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnimationKit
AnimationKit is collection of animation in swift4 to perform animation in uiview.
# Requirements- Xcode 9+
- Swift 4# How to use
Copy AnimationKit.swift file in your project and use it simply with UIView collection outlet to .method# Example
```
@IBAction func buttonHandlerZoomIn(_ sender: UIButton)
{
sender.zoomAnimation(withDuration: 1.0, withZoomLevel: 0.5, complition: nil)
}
```![alt tag](https://github.com/pratik-123/AnimationKit/blob/master/AnimationKit/animationkit.png)