Skip to content

knchst/Walhalla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walhalla

CI Status Version License Platform

Usage

Add one line code like this

Walhalla.performAnimation(view, duration: 0.5, delay: 0.5, type: .Pop)

where you want to animate.

Now has below types.

enum AnimationType {
    case BounceLeft
    case BounceRight
    case BounceUp
    case BounceDown
    case FadeIn
    case FadeOut
    case ZoomIn
    case ZoomOut
    case Pop
    case Stretch
    case Shake
}

Requirements

iOS 8.0+

Installation

Walhalla is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Walhalla"

Author

knchst0704, knchst0704@gmail.com

License

Walhalla is available under the MIT license. See the LICENSE file for more info.