Sha256: 7bf2ba866271ab9d967c796902a1f1b7e54f213fe6f21c35625ec9a5bc1241bd
Contents?: true
Size: 602 Bytes
Versions: 22
Compression:
Stored size: 602 Bytes
Contents
@-webkit-keyframes shimmer { 0% { background-position: -100vw 0; } 100% { background-position: 100vw 0; } } @keyframes shimmer { 0% { background-position: -100vw 0; } 100% { background-position: 100vw 0; } } .shimmer { position: relative; background: linear-gradient(to right, #e2e2e2 2%, #b4b4b4 35%, #e2e2e2 40%); background-size: 2800px 104px; -webkit-animation: shimmer 1s linear infinite; animation: shimmer 1s linear infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } /*# sourceMappingURL=mekari-ui-shimmer.css.map */
Version data entries
22 entries across 22 versions & 1 rubygems