.animate-shimmer{background:linear-gradient(286deg,#fff,#ddd);background-size:400% 400%;-webkit-animation:AnimationName 5s ease infinite;animation:AnimationName 5s ease infinite}@-webkit-keyframes AnimationName{0%{background-position:0 52%}50%{background-position:100% 49%}to{background-position:0 52%}}@keyframes AnimationName{0%{background-position:0 52%}50%{background-position:100% 49%}to{background-position:0 52%}}