lottie-compose
/
com.airbnb.lottie.compose
/
LottieClipSpec
/
Progress
Progress
data class
Progress
(min:
Float
, max:
Float
) :
LottieClipSpec
Content copied to clipboard
Play the animation between these two progress values.
Constructors
Properties
Constructors
Progress
Link copied to clipboard
fun
Progress
(min:
Float
= 0f, max:
Float
= 1f)
Content copied to clipboard
Properties
max
Link copied to clipboard
val
max
:
Float
= 1f
Content copied to clipboard
min
Link copied to clipboard
val
min
:
Float
= 0f
Content copied to clipboard