Does anyone know if it's possible to make a fly-to...
# compose
j
Does anyone know if it's possible to make a fly-to-cart
transition animation
? Or at least a funnel pointing to the center of the bottom of the screen? I didn't find anything useful in the
animationSpec
.
Funnel:
Copy code
exitTransition = {
   slideOutVertically { it } + scaleOut()
}