YMKAnimation
|
class YMKAnimation : NSObject |
The animation that is used to switch between states.
Summary
Class methods
|
init(type: YMKAnimationType, duration: Float) |
Instance methods
|
init() |
Properties
|
var type: YMKAnimationType { get } |
|
var duration: Float { get } |
Class methods
init(type:duration:)
|
init(type: YMKAnimationType, duration: Float) |
Instance methods
init()
|
init() |
Properties
type
|
var type: YMKAnimationType { get } |
Animation type.
duration
|
var duration: Float { get } |
Animation duration, in seconds.