👤

Answer :

To create a CSS animation sequence, you style the element you want to animate with the animation property or its sub-properties.

CSS animations

CSS animations make it possible to animate transitions from one CSS style to another. Animations consist of two components:

  1. A style describing the animation
  2. A set of keyframes that indicate the final and initial state of the CSS style of the animation, as well as possible intermediate waypoints along the way.

With this information, we can conclude that to create an animation, it is necessary to use codes in CSS, however these codes can be seen in more specific programming books.

Learn more about keyframes in https://brainly.com/question/8017510