Skip to main content

parallel

Function parallel 

Source
pub fn parallel<A: Animation, B: Animation>(a: A, b: B) -> Parallel<A, B>
Expand description

Create a Parallel pair from two animations.