Sha256: 6a2a91ec746be0979c7e5f700d8ef36d91496840d052b1e2565b5d6622f239b5
Contents?: true
Size: 263 Bytes
Versions: 23
Compression:
Stored size: 263 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
23 entries across 23 versions & 6 rubygems