android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

MotionLayout: MotionLayout.TransitionListener onTransitionTrigger not be triggered. #186

Open TakumaLee opened 3 years ago

TakumaLee commented 3 years ago

I found the function fireTrigger in MotionLayout but this function not like onTransitionStarted, onTransitionChange and onTransitionCompleted will be call.

And in my case, I need this lifecycle or another method to do my feature. Like click a FloatingActionButton, and I change the image with vector svg and animation.