MMKAnimationType

enum MMKAnimationType : NSUInteger {}

Available animation types.

Summary

Enum cases

MMKAnimationTypeSmooth
Smooth interpolation between start and finish states

MMKAnimationTypeLinear
Movement with constant speed during animation time

Enum cases

MMKAnimationTypeSmooth

MMKAnimationTypeSmooth

Smooth interpolation between start and finish states.


MMKAnimationTypeLinear

MMKAnimationTypeLinear

Movement with constant speed during animation time.