this is a code sample for CSS3 animations. In my samples I only include webkit properties. all other vendor prefixes are needed for animations.
*/
/*
base styles that are unrelated to the code sample
*/
.one{
width:300px;
height:300px;
margin:2emauto;
border:1pxsolidgray;
}
/*
set up keyframe animation first and label it. I named it test, but you can call it whatever you like. Then call it inside the class declaration below, just like a function.