Creates a new animation that mirrors this animation.
Example:
final Animation<double> mirrored = animation.mirror();
Animation<double> mirror() => ReverseAnimation(this);