Sha256: 7b4c2e4f8e2eb5a7751e4d78400562666a04b5dbbfe48ac1b5acb73873c26617
Contents?: true
Size: 587 Bytes
Versions: 47
Compression:
Stored size: 587 Bytes
Contents
.spinner { position: relative; display: inline-block; width: 18px; height: 18px; top: 3px; background-color: #333; border-radius: 100%; -webkit-animation: sk-scaleout 1.0s infinite ease-in-out; animation: sk-scaleout 1.0s infinite ease-in-out; } @-webkit-keyframes sk-scaleout { 0% { -webkit-transform: scale(0) } 100% { -webkit-transform: scale(1.0); opacity: 0; } } @keyframes sk-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; } }
Version data entries
47 entries across 47 versions & 1 rubygems