This is the effect that I want, but is there a way to do it without nested divs? I have tried to combine the transforms, but either I'm missing something simple, or I just need to us JavaScript or jQuery to add and remove classes?
Here is my attempt at combining
.spin{
-webkit-animation: scaleup .5s 1 forwards,
rotate .6s linear .7s 2,
scaledown 1.5s 2.0s 1 forwards;
}