Skip to content

Instantly share code, notes, and snippets.

.spin {
-webkit-animation: spin .75s infinite linear;
-moz-animation: spin .75s infinite linear;
-o-animation: spin .75s infinite linear;
animation: spin .75s infinite linear;
-webkit-transform-origin: center center;
transform-origin: center center;
-ms-transform-origin: center center; /* IE 9 */
}