How hard would android-like shared element transit...
# tornadofx
s
How hard would android-like shared element transitions be to implement? For example, clicking on an image in some sort of a grid view would enlarge it with that cool animation and expose some additional controls
r
There are a lot of helpers for animations and transitions. Check out
Animation.kt
(https://github.com/edvin/tornadofx/blob/master/src/main/java/tornadofx/Animation.kt).
s
Thanks, I guess I'll cross that bridge when I come to it