CSS Animated Shadow Text - Animated Background
h1 { [...] background-size: var(--bg-size) var(--bg-size); animation: shad-anim 60s linear infinite; } @keyframes shad-anim { 0% {background-position-x: 0%} 0% {background-position-x: 100%} }