For MotionLayout: does someone know how to transit...
# android
a
For MotionLayout: does someone know how to transition to a State/ConstraintSet instantly (skipping the transition)?
stackoverflow 2
google 3
Looks like there is no dedicated functionality included in MotionLayout itself. In the end I just did this:
Copy code
setTransition(...transition id...)
progress = 1f
d
Please check the channel topic
m
dude, that is starting to get annoying. What is the point of an android channel then? What are the specific kotlin android things we can ask here, tell me please
d
Do you understand that this is JetBrain’s Kotlin slack?
there are different places where you can ask such questions
what is annoying is flood of android specific questions
You have http://android-united.community/ for such questions
Or stackoverflow
Or google
m
i get that. What i asked is, what is the point of this channel (android) then ?
đź‘Ť 2
d
Copy code
Android Studio Integration.
Android-specific Gradle.
e
also relevant: Android KTX, kotlinx-coroutines-android, kotlin-android-extensions, coil, etc.
đź‘Ť 1