Skip to main content

lagged

Macro lagged 

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

Construct an AnimLagged with a stagger ratio, pushing each animation in order.