css3 Animations By Christina Restauri
Using keyframes for animation you can define styles for the elements you want to animate. By defining duration times and direction methods you can make an object move, rotate, flip, or change direction by simply adding values you specify.
Going further you can change the background color, size, and shape of a button giving it any look you want. Using the webkit-transition property and hover selector you can change the effect the button displays.
FOLLOWING IS A LIST OF WHAT CSS3 ANIMATIONS CAN DO