Sha256: 093d8ef7310286892e2997378161e6180aef1bac0b517dc100c4d1ef3cfaef7b
Contents?: true
Size: 511 Bytes
Versions: 14
Compression:
Stored size: 511 Bytes
Contents
.bounce { animation: bounce .8s ease-out infinite; -webkit-animation: bounce .8s ease-out infinite; } @keyframes bounce { from { box-shadow: 0 0 15px #6c757d; } 50% { box-shadow: 0 0 30px #6c757d; } to { box-shadow: 0 0 15px #6c757d; } } @-webkit-keyframes bounce { from { -webkit-box-shadow: 0 0 15px #6c757d; } 50% { -webkit-box-shadow: 0 0 30px #6c757d; } to { -webkit-box-shadow: 0 0 15px #6c757d; } }
Version data entries
14 entries across 14 versions & 1 rubygems