Slide 11
Slide 11 text
Exaggeration
@-webkit-keyframes wobble {
0%, 24%, 54%, 74%, 86%, 96%, 100% {
-webkit-transform: scaleX(1.0);
/* Make the ball a normal size at these points */
}
25%, 55%, 75% {
-webkit-transform: scaleX(1.3) scaleY(0.8) translateY(10px);
/* Points hitting the floor: squash effect */
}
30%, 60%, 80% {
-webkit-transform: scaleX(0.8) scaleY(1.2);