Called each frame to advance the animation.
@override bool advance(double elapsedSeconds) { _repaintScheduled = false; _didAdvance = stateMachine.advanceAndApply(elapsedSeconds); return _didAdvance && active; }