Home » CSS » CSS Animations » Question
  1. Which of the following css propery define the properties that will be animated in an animation rule?
    1. transform
    2. animation
    3. animation-origin
    4. @keyframes
    5. None of these
Correct Option: B

Syntax: @keyframes: keyframe-name {percentage | from | to {cssrules}}



Your comments will be displayed only after manual approval.