MMKAnimationType
enum MMKAnimationType : UInt, @unchecked Sendable |
Available animation types.
Summary
Enum cases
case smooth = 0 |
case linear = 1 |
Enum cases
smooth
case smooth = 0 |
Smooth interpolation between start and finish states.
linear
case linear = 1 |
Movement with constant speed during animation time.