Skip to content

Instantly share code, notes, and snippets.

@phusick
phusick / dabblet.css
Created April 12, 2012 11:36 — forked from jankorbel/dabblet.css
CSS animated loading dots
/*
CSS animated loading dots
*/
body
{
background: #5A5C64;
}
.loading_dots
(function() {
var root = angular.element(document.getElementsByTagName('html'));
var watchers = [];
var attributes = [];
var attributes_with_values = [];
var elements = {};
var elements_per_attr = [];
var scopes = [];