Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created December 9, 2012 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roundrobin/4243827 to your computer and use it in GitHub Desktop.
Save roundrobin/4243827 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('rect')
.attr('width',200)
.attr('height',200)
.attr('fill','#122333')
.attr('transform','matrix(0.2, 0, 0, -1, 250, 250)')
.transition()
.duration(1500)
.attr('transform','matrix(1.2, 0, 0., -1, 250, 250)')
.attr('fill','#309AFF')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment