1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
a { animation-direction: initial; } b { animation-direction: inherit; } c { animation-direction: unset; } d { animation-direction: normal; } e { animation-direction: normal, reverse, alternate, alternate-reverse; }