Join Slack
Powered by
Compose animation has a slideInVertically transiti...
# compose
i
ildar.i [Android]
03/02/2022, 8:16 AM
Compose animation has a slideInVertically transition. It animates from the top. Is there a way to animate it from the bottom?
b
Blaž
03/02/2022, 8:20 AM
You can specify how it should animate by passing
initialOffsetY
parameter. To animate it from bottom you can call it like
slideInVertically { it / 2 }
.
🎉 1
i
ildar.i [Android]
03/02/2022, 8:22 AM
It's working! Thank you
👍 1
42
Views
Open in Slack
Previous
Next