Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?
A
animation
B
animation-name
C
animation-element
D
none of the mentioned
Correct Answer: animation-name
Self-explainatory.