crossToB method

void crossToB()

Implementation

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