Home
last modified time | relevance | path

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

/compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/
DRipple.kt482 val outgoingAnimationSpec = outgoingStateLayerAnimationSpecFor(currentInteraction) in handleInteraction() constant
484 scope.launch { animatedAlpha.animateTo(0f, outgoingAnimationSpec) } in handleInteraction()