1animation-direction can have the following values -
2(1) normal : forward direction, this is the default value.
3(2) reverse : the animation sets in the reverse direction ( backward ).
4(3) alternate : the animation plays normal first and then reverse.
5(4) alternate-reverse: the animation plays reverse first and then normal.
6
7
8NOTE: animation-duration also matters in animation-direction.