70.
create animated text shimmers w/ background-clip
create animated text shimmers w/ background-clip .txt { background-clip: text; color: #0000; background: var(--gradient) 0 0 / 300% 100%; animation: shim 2s infinite; } @keyframes shim { 0% { background-position: 100% 0; } }