Vidyalelo
CSS · Q8

CSS3 Transitions And CSS 3 Animations

Programming · CSS · question 8

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
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Syntax: @keyframes: keyframe-name {percentage | from | to {cssrules}}