.background-animate{background-size:400%;-webkit-animation:AnimationName 3s ease infinite;-moz-animation:AnimationName 3s ease infinite;animation:AnimationName 3s ease infinite}@keyframes AnimationName{0%,to{background-position:0 50%}50%{background-position:100% 50%}}