animationDirection

The animation-direction CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.

Syntax: <single-animation-direction>#

Initial value: normal

| Chrome  | Firefox | Safari  |  Edge  |   IE   |
| :-----: | :-----: | :-----: | :----: | :----: |
|   43    |   16    |    9    |   12   |   10   |
|    3′   |    5′   |    4′   |        |        |

See also