start method

void start()

Method to start the animation

Implementation

void start() {
  animationControllers = animation();
  if (animationControllers.isNotEmpty) {
    startAnims(animationControllers);
  }
}