Skip to content

AnimationKit is collection of animation in swift4 to perform animation in uiview, uilabel, etc,.

Notifications You must be signed in to change notification settings

pratik-123/AnimationKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AnimationKit is collection of animation in swift4 to perform animation in uiview, uilabel, etc,.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages