Hello, I'm just starting with motion layout and I'...
# android
a
Hello, I'm just starting with motion layout and I'm trying to run transition from the kotlin code, I have tried the
transitionToEnd()
but it is acting weirdly any help?
h
can you please explain weird behavior you are getting, it will be hard to suggest something without example. also, does your motion scene have multiple states? can you see the correct animation in Android studio preview? does your scene include some views with visibility gone at runtime?