Sha256: 22ac0c38ea102a7a6c3ad48b25866abc0356b1699ca4621c34da1d8ac807a5f8
Contents?: true
Size: 655 Bytes
Versions: 36
Compression:
Stored size: 655 Bytes
Contents
.flash { -moz-animation: flash 1s ease-out; -moz-animation-iteration-count: 1; -webkit-animation: flash 1s ease-out; -webkit-animation-iteration-count: 1; -ms-animation: flash 1s ease-out; -ms-animation-iteration-count: 1; } @-webkit-keyframes flash { 0% { background-color: none; } 50% { background-color: #fbf8b2; } 100% { background-color: none; } } @-moz-keyframes flash { 0% { background-color: none; } 50% { background-color: #fbf8b2; } 100% { background-color: none; } } @-ms-keyframes flash { 0% { background-color: none; } 50% { background-color: #fbf8b2; } 100% { background-color: none; } }
Version data entries
36 entries across 36 versions & 2 rubygems