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;
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.