CameraAnimation

data class CameraAnimation(val duration: Double? = null, val easing: MPIOptions.EASING_MODE? = null)

Constructors

Link copied to clipboard
fun CameraAnimation(duration: Double? = null, easing: MPIOptions.EASING_MODE? = null)

Properties

Link copied to clipboard
val duration: Double? = null
Link copied to clipboard
val easing: MPIOptions.EASING_MODE? = null