https://kotlinlang.org logo
g

Gunslingor

08/21/2020, 4:22 PM
Copy code
val leadBtnTransitions = Transitions()
leadBtnTransitions.plusAssign(Transition("all", 0.5.s, ease, 0.s))
transition = leadBtnTransitions
What's wrong with this???
I think its supposed to be like this, but doesn't work either:
Copy code
transition += Transition("all", 0.5.s, ease, 0.s)
4 Views