Sha256: 7adbc3190b0fc9a6d97c1af66b347134c911f1d157e912836290be90dec49ca5
Contents?: true
Size: 368 Bytes
Versions: 12
Compression:
Stored size: 368 Bytes
Contents
$tada-animations: true !default; @if $tada-animations { @keyframes tada { 0% {transform: scale(1);} 10%, 20% {transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 100% {transform: scale(1) rotate(0);} } .tada { animation-name: tada; } }
Version data entries
12 entries across 12 versions & 1 rubygems