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);