https://kotlinlang.org logo
t

thomasnield

07/08/2018, 1:55 PM
Anybody who is good at animation... I'd like my TSP problem to start animating while it's working out the solution. I'm currently using a
SequentialTransition
to play each animation sequentially (which is critical because I don't want the animations to overlap). However, it seems that it doesn't support playing as animations are being added. I have to queue up all the animations before I call
play()
.