YMKAnimation
|
@interface YMKAnimation : NSObject |
The animation that is used to switch between states.
Summary
Class methods
|
+ (nonnull YMKAnimation *)animationWithType:( YMKAnimationType)type |
Instance methods
|
- (nonnull YMKAnimation *)init; |
Properties
|
@property (nonatomic, readonly) YMKAnimationType type; |
|
@property (nonatomic, readonly) float duration; |
Class methods
animationWithType:duration:
|
+ (nonnull YMKAnimation *)animationWithType:( YMKAnimationType)type |
Instance methods
init
|
- (nonnull YMKAnimation *)init; |
Properties
type
|
@property (nonatomic, readonly) YMKAnimationType type; |
Animation type.
duration
|
@property (nonatomic, readonly) float duration; |
Animation duration, in seconds.