android / animation-samples

Multiple samples showing the best practices in animation on Android.
Apache License 2.0
2.56k stars 898 forks source link

Set the progress of Transition manually #57

Open zxcvbnm3057 opened 3 years ago

zxcvbnm3057 commented 3 years ago

Is there anyway to set the progress of transition? I want to make the two activity of my app can be switched with gesture just like viewgroup. Is there any methods in class Transition or any lib could do it? Thanks very much.