How to set container transform animation when using ActivityResultLauncher
I'm trying to set container transform on a floating action button between activities like the one in this material link. According to the material document I'm using AcitivityOptions to set the animation
val options = ActivityOptions.makeSceneTransitionAnimation(
this,
binding.fabSubmitTicket,...