Sha256: f1731369a899cca3b503bad9789f23c1e68992901621e84f30e5695b3ee2ec46
Contents?: true
Size: 394 Bytes
Versions: 4
Compression:
Stored size: 394 Bytes
Contents
.welcome { -webkit-animation-name: welcome; -webkit-animation-duration: .9s; } @-webkit-keyframes welcome { from { -webkit-transform: scale(0); opacity: 0; } 50% { -webkit-transform: scale(0); opacity: 0; } 82.5% { -webkit-transform: scale(1.03); -webkit-animation-timing-function: ease-out; opacity: 1; } to { -webkit-transform: scale(1); } }
Version data entries
4 entries across 4 versions & 2 rubygems