<style> @keyframes glitch { 50% { transform: skew(180deg); } } .cat-glitch { animation: glitch ease 600ms infinite; } </style>