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