Skip to content

Instantly share code, notes, and snippets.

@enjalot
Created September 24, 2013 05:35
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 enjalot/6680748 to your computer and use it in GitHub Desktop.
Save enjalot/6680748 to your computer and use it in GitHub Desktop.
anim,control,inline
{"description":"anim,control,inline","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":true,"loop":true,"restart":false,"autoinit":true,"pause":true,"loop_type":"pingpong","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"inline-console":true,"controls":{"max":"6"},"thumbnail":"http://i.imgur.com/96buo9k.png"}
var x = tributary.anim(5,tributary.control({name:"max", min:6, max:10}));
console.log(x)
tributary.run = function(g,t) {
console.log(t)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment