macro_rules! seq {
($($animation:expr),* $(,)?) => { ... };
}Expand description
Construct an AnimSequence by playing each animation in order.
macro_rules! seq {
($($animation:expr),* $(,)?) => { ... };
}Construct an AnimSequence by playing each animation in order.