kaulex
kaulex

Reputation: 3197

Android Motion Layout - Observe End of transition

When using motion layout, I built a simple motion scene which changes a cricle from width/height of 100dp to 1000dp with a duration of 2000ms. Now I want to know programmatically when the animation is finsihed (Observer/Listener?)

I didn't found any built-in features or blog posts which are solving this problem.

Any ideas?

Upvotes: 1

Views: 1363

Answers (1)

ahmed shaaban
ahmed shaaban

Reputation: 116

enter image description here

here some tricky way using transition listener

or use Link

and modify on it as you need

Upvotes: 2

Related Questions