@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
.wheel {
width:40px;
height:40px;
background:url(wheel.png);
-webkit-animation-name: spin;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: 3s;
}
note: for firefox use moz instead of webkit
Harwinderpal singh
Country INDIA
City Chandigarh
Posted On 12/07/2012
4
Other Pages
- bridgemanart.com
- for mockup wireframe software
- usefull links dlt
- dlt it
- pop up goes away on click other part
- Scroll to Anchors With jQuery
- make common height to all divs
- connect
- if condition on click (jquery)
- input onclick text goes away code
- How to make shapes with css3
- @ media css for responsive design
- Rotating divs with css
- @ media screen for all devices
- jquery dropdown
- css according to screen
- Browser selecter java script
- online jquery path address
- how to onclick text remove in input
- css inner drop shadow code
- css font face code
- css opacity in all browsers
- css border radius
- how to make drop down css
- css specificing points
- css hack for all browsers