Skip to content

Instantly share code, notes, and snippets.

View tammofreese's full-sized avatar

Tammo Freese tammofreese

View GitHub Profile
@tammofreese
tammofreese / spinner.html
Last active December 19, 2015 02:48
CSS3 spinner based on http://kilianvalkhof.com/2010/css-xhtml/css3-loading-spinners-without-images/ – but without javascript for the more beautiful spinner.
<html>
<head>
<style>
.bar0 {
-webkit-transform:rotate3d(0,0,1,0deg);
-webkit-animation-delay:-0.9s;
}
.bar1 {
-webkit-transform:rotate3d(0,0,1,36deg);
-webkit-animation-delay:-0.8s;