@keyframes animation-before{0%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(.62em 0 .29em 0)}}@keyframes animation-after{0%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(.29em 0 .62em 0)}}.banner::before{content:attr(data-text);position:absolute;left:-3px;width:100%;background:rgba(0,0,0,0);text-shadow:2px 0 red;animation:animation-before .3s infinite cubic-bezier(.77,.5,.22,2.2) alternate-reverse;font-weight:200}.banner::after{content:attr(data-text);position:absolute;left:3px;width:100%;background:rgba(0,0,0,0);text-shadow:-2px 0 #00f;animation:animation-after .3s infinite cubic-bezier(.71,-.15,.33,2.4) alternate-reverse;font-weight:200}