Home
last modified time | relevance | path

Searched refs:fade (Results 1 – 3 of 3) sorted by relevance

/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DEnterExitTransition.kt109 fade = enter.data.fade ?: data.fade, in plus()
126 fade?.toString() + in <lambda>()
200 fade = exit.data.fade ?: data.fade, in plus()
223 fade?.toString() + in toString()
298 return EnterTransitionImpl(TransitionData(fade = Fade(initialAlpha, animationSpec))) in withEffect()
316 return ExitTransitionImpl(TransitionData(fade = Fade(targetAlpha, animationSpec))) in fadeOut()
837 val fade: Fade? = null, constant in androidx.compose.animation.TransitionData
959 val shouldAnimateAlpha = enter.data.fade != null || exit.data.fade != null in init()
995 enter.data.fade?.animationSpec ?: DefaultAlphaAndScaleSpring in init()
997 exit.data.fade?.animationSpec ?: DefaultAlphaAndScaleSpring in init()
[all …]
/compose/animation/animation-core/src/androidMain/
Dbaseline-prof.txt5 # target for performance - fade in, scroll, etc we are going to be liberal in the animation profile
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/accessibility/
Dandroid_a11y_implementation_notes.md301 element with a fade-in animation.