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