MMKAnimationType
|
enum MMKAnimationType : NSUInteger {} |
Available animation types.
Summary
Enum cases
|
MMKAnimationTypeSmooth |
|
MMKAnimationTypeLinear |
Enum cases
MMKAnimationTypeSmooth
|
MMKAnimationTypeSmooth |
Smooth interpolation between start and finish states.
MMKAnimationTypeLinear
|
MMKAnimationTypeLinear |
Movement with constant speed during animation time.