YMKAnimation

class YMKAnimation : NSObject

The animation that is used to switch between states.

Summary

Class methods

 init(type: YMKAnimationType, duration: Float)

Properties

var typeYMKAnimationType { get }
Animation type

var duration: Float { get }
Animation duration, in seconds

Class methods

init(type:duration:)

 init(type: YMKAnimationType, duration: Float)


Properties

type

var type: YMKAnimationType { get }

Animation type.


duration

var duration: Float { get }

Animation duration, in seconds.


Предыдущая
Следующая