Which of the following CSS Property determines whether an animation should run in reverse on some cycles?
A
animation
B
animation-run
C
animation-repeat
D
none of the mentioned
Correct Answer: none of the mentioned
animation-direction : Determines whether an animation should run in reverse on some cycles.