Which of the following css propery define the properties that will be animated in an animation rule?
A
@keyframes
B
animation-origin
C
transform
D
animation
Correct Answer: animation
Syntax: @keyframes: keyframe-name {percentage | from | to {cssrules}}