Macro hobo_css::transition_delay[][src]

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