crossToA method

void crossToA()

Implementation

void crossToA() {
  animatorA!.reverse();
  animatorB!.forward();
}