withFastAnimation method

FSStaggeredFadeIn withFastAnimation()

Create a faster version of the animation

Implementation

FSStaggeredFadeIn withFastAnimation() => copyWith(
      duration: const Duration(milliseconds: 300),
      staggerDelay: const Duration(milliseconds: 50),
    );