AnimationMin<T extends num> constructor
Creates an AnimationMin.
Either argument can be an AnimationMin itself to combine multiple animations.
Implementation
AnimationMin(Animation<T> first, Animation<T> next) : super(first: first, next: next);