mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-18 01:50:36 +01:00
230359a389
added note to readme about how to get them back normalized characters used for indentation too
7 lines
247 B
Stylus
7 lines
247 B
Stylus
@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);}
|
|
}
|