Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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,.

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)