Skip to content

Instantly share code, notes, and snippets.

View bredfield's full-sized avatar

Benjamin bredfield

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bredfield on github.
  • I am whoa (https://keybase.io/whoa) on keybase.
  • I have a public key whose fingerprint is 39DC 58CC FADC D885 3DB9 7793 594D 43A5 4015 9E5B

To claim this, I am signing this object:

@bredfield
bredfield / author-circle.less
Last active December 29, 2015 00:09
Incremental animation of author circles.
@iterations: 20;
.circle-loop (@index) when (@index > 0) {
(~".circle-@{index}") {
@change: (@index) * 4px;
z-index: @iterations - @index;
width: 40px;
height: 40px;
top: 23px;
left: 23px;