@keyframes borderMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-borderMove{animation:borderMove 6s linear infinite;background-size:300% 300%}