animationTimingFunction

The animation-timing-function CSS property sets how an animation progresses through the duration of each cycle.

Syntax: <easing-function>#

Initial value: ease

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

See also