Skip to content

aneeshzed/iAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iAnimation

Simple Layer Animation like flash and pulsate

Simple use

//Here Two type of animation defined flash and pulse

 @IBOutlet weak var bulb:UIButton!
 
    bulb.layer.iAnimateWith(style: .flash, duration: 0.3) { (sucess) in
        //After Completing Animation
        print(sucess!)
    }

Output sample

About

Simple Layer Animation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages