Skip to main content

stack

Macro stack 

Source
macro_rules! stack {
    ($($animation:expr),* $(,)?) => { ... };
}
Expand description

Construct an AnimStack by pushing each animation at the same origin.