Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created December 9, 2012 07:50
Show Gist options
  • Select an option

  • Save roundrobin/4243832 to your computer and use it in GitHub Desktop.

Select an option

Save roundrobin/4243832 to your computer and use it in GitHub Desktop.
Tributary
{"description":"Tributary","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"background.svg":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"tab":"edit","display_percent":0.6674885724331932,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"hidepanel":false}
var svg = d3.select('svg')
svg.append('text')
.attr('font-size',200)
.text('Tributary')
.attr('y',200)
.attr('fill','#122333')
.attr('transform','matrix(0.2, 0, 0, -1, 450, 450)')
.transition()
.duration(1500)
.attr('transform','matrix(1.2, 0, 0., -1, 450, 450)')
.attr('fill','#309AFF')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment