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