AnimationConfig

@Immutable
data class AnimationConfig(short: Int, regular: Int)

Properties

regular
Link copied to clipboard
val regular: Int = 250
short
Link copied to clipboard
val short: Int = 150