Configurable Properties

Learn how CSS animations work, their configurable properties, and how we can customize them in our application.

CSS animations use keyframes to define the animation cycle. At least one keyframe is required for a CSS animation to be executed. It’s more common to have two keyframes, defining the start and end state of the animation. We could also add multiple intermediate steps by defining more keyframes for our animations.

Get hands-on with 1200+ tech skills courses.