Q8
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
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
Syntax: @keyframes: keyframe-name {percentage | from | to {cssrules}}