close
Image
Articles by

Juan Diego Rodríguez

Image
Direct link to the article @keyframes

@keyframes

The @keyframes at-rule sets the value of properties at different points during an animation, so instead of defining how each property should behave at each frame of an animation, we set its keyframes, and CSS will figure out (i.e., interpolate) the values between them.