Start native apps faster with the Composables CLI ->
Class

ScaleConfig

Configuration parameters for the scale effect of an EnterTransition or ExitTransition.

Source set: Common
public class ScaleConfig internal constructor(
    public val scale: Float,
    public val transformOrigin: TransformOrigin,
    public val animationSpec: FiniteAnimationSpec<Float>,
)

Configuration parameters for the scale effect of an EnterTransition or ExitTransition.

Functions

equals

Source set: Common
override fun equals(other: Any?): Boolean

hashCode

Source set: Common
override fun hashCode(): Int

toString

Source set: Common
override fun toString(): String