Home / CSS Tips Generated By ChatGPT / Animation Fill Modes in CSS Control how CSS animations apply styles before and after they run. Source Code .animated { animation-fill-mode: forwards; /* Keeps the final state after animation */ }