Sha256: d7f84b4cc70e267d3e7812466a0bcc340a36b5ae42c2497d566586a95fa07b4f
Contents?: true
Size: 252 Bytes
Versions: 171
Compression:
Stored size: 252 Bytes
Contents
// Scale transition .scale-transition { &.scale-out { transform: scale(0); transition: transform .2s !important; } &.scale-in { transform: scale(1); } transition: transform .3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }
Version data entries
171 entries across 171 versions & 2 rubygems