start method

void start()

Implementation

void start() {
  animationControllers = animation();
  if (animationControllers != null) {
    startAnims(animationControllers!);
  }
}