Skip to content

Instantly share code, notes, and snippets.

@quizzicol
quizzicol / dabblet.css
Created July 12, 2013 02:20 — forked from anonymous/dabblet.css
Attempt for Chrome-style progress-indicator with SVG and CSS animations
/**
* Attempt for Chrome-style progress-indicator with SVG and CSS animations
*/
@keyframes spin {
0% {
stroke: #00aeef
}
37.5% {
stroke: #ed1c24;
@quizzicol
quizzicol / dabblet.css
Created July 21, 2013 03:46 — forked from LeaVerou/dabblet.css
Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
/**
* Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
* Caveat: Not DRY. The content needs to be repeated in a data- attribute (or directly in the CSS).
*/
body {
background: #ccc51c;
min-height: 100%;
}
@quizzicol
quizzicol / dabblet.css
Created July 21, 2013 04:03 — forked from LeaVerou/dabblet.css
Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
/**
* Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
* Caveat: Not DRY. The content needs to be repeated in a data- attribute (or directly in the CSS).
*/
body {
background: #ffffff;
min-height: 100%;
}

D3 test

@quizzicol
quizzicol / Readme.md
Created August 21, 2013 08:54
A simple d3 example adding text elements, some data and a circle to a page.

A simple d3 example adding text elements, some data and a circle to a page.

@quizzicol
quizzicol / _.md
Created October 20, 2013 09:52
D3 JSON from tributary API
@quizzicol
quizzicol / _.md
Created October 20, 2013 11:19
d3 world json example
@quizzicol
quizzicol / _.md
Created October 20, 2013 12:44
tributary resize
@quizzicol
quizzicol / _.md
Created October 21, 2013 13:04
Tributary inlet
@quizzicol
quizzicol / _.md
Created January 9, 2014 14:02
Tributary inlet