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