fade

@Composable()
fun PlaceholderHighlight.Companion.fade(animationSpec: InfiniteRepeatableSpec<Float> = PlaceholderDefaults.fadeAnimationSpec): PlaceholderHighlight

Creates a PlaceholderHighlight which fades in an appropriate color, using the given animationSpec.

Samples

com.google.accompanist.sample.placeholder.DocSample_Material_PlaceholderFade

Parameters

animationSpec

the AnimationSpec to configure the animation.