animation_delay

Macro animation_delay 

Source
macro_rules! animation_delay {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    ($($val:tt)+) => { ... };
}