Which CSS property is used to create animations by gradually changing from one set of CSS styles to another?

  • animate
  • animate-duration
  • animation-duration
  • keyframes
The CSS property used to create animations by gradually changing from one set of CSS styles to another is keyframes. Keyframes are used to define a sequence of style changes over a specified duration using the @keyframes rule. The animation duration can be controlled by the animation-duration property.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *