Home
last modified time | relevance | path

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

/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DEnterExitTransition.kt960 val shouldAnimateScale = enter.data.scale != null || exit.data.scale != null in init() constant
974 if (shouldAnimateScale) { in init()
982 if (shouldAnimateScale) { in init()