views-widgets-samples icon indicating copy to clipboard operation
views-widgets-samples copied to clipboard

MotionLayout: MotionLayout.TransitionListener onTransitionTrigger not be triggered.

Open TakumaLee opened this issue 4 years ago • 0 comments

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.

TakumaLee avatar Sep 24 '20 23:09 TakumaLee