ModifiersBuilders.FadeInTransition


@RequiresSchemaVersion(major = 1, minor = 200)
@ProtoLayoutExperimental
class ModifiersBuilders.FadeInTransition


The fading animation for content transition of an element and its children, from the specified starting alpha to fully visible.

Summary

Public functions

AnimationParameterBuilders.AnimationSpec?

Gets the animation parameters for duration, delay, etc.

@FloatRange(from = 0.0, to = 1.0) Float

Gets the starting alpha of the fade in transition.

String

Public functions

getAnimationSpec

Added in 1.0.0
fun getAnimationSpec(): AnimationParameterBuilders.AnimationSpec?

Gets the animation parameters for duration, delay, etc.

getInitialAlpha

Added in 1.0.0
fun getInitialAlpha(): @FloatRange(from = 0.0, to = 1.0) Float

Gets the starting alpha of the fade in transition. It should be between 0 and 1. If not set, defaults to fully transparent, i.e. 0.

toString

fun toString(): String