AnimationMean constructor
Creates an animation that tracks the mean of two other animations.
Implementation
AnimationMean({required Animation<double> left, required Animation<double> right})
: super(first: left, next: right);
Creates an animation that tracks the mean of two other animations.
AnimationMean({required Animation<double> left, required Animation<double> right})
: super(first: left, next: right);