pub fn sequence<A: Animation, B: Animation>(a: A, b: B) -> Sequence<A, B>
Create a Sequence from two animations.
Sequence