TransitionInfo

data class TransitionInfo(from: Float, to: Float, duration: Int)

Properties

duration
Link copied to clipboard
val duration: Int
from
Link copied to clipboard
val from: Float
to
Link copied to clipboard
val to: Float