pub fn parallel<A: Animation, B: Animation>(a: A, b: B) -> Parallel<A, B>
Create a Parallel pair from two animations.
Parallel