MMKAnimationType

enum MMKAnimationType : UInt, @unchecked Sendable

Available animation types.

Summary

Enum cases

case smooth = 0
Smooth interpolation between start and finish states

case linear = 1
Movement with constant speed during animation time

Enum cases

smooth

case smooth = 0

Smooth interpolation between start and finish states.


linear

case linear = 1

Movement with constant speed during animation time.