Source set: Common
public class FadeConfig internal constructor(
public val alpha: Float,
public val animationSpec: FiniteAnimationSpec<Float>,
)
Configuration parameters for the fade 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