.animation:after{animation:Shine 8s ease infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";display:block;height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes Shine{0%{left:-100%}10%{left:100%}to{left:100%}}
