``` val leadBtnTransitions = Transitions() leadBtn...
# kotlinx-html
g
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)