We'll add animation to patio11bot using CSS keyframes
. When defining a CSS animation, you can add it to a class with animation-name
, set the duration with animation-duration
, and if you want the animation to 'stick' on the end state, add animation-fill-mode: forwards;