macro_rules! animation_fill_mode {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (none) => { ... };
    (forwards) => { ... };
    (backwards) => { ... };
    (both) => { ... };
}