Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created February 16, 2013 01:33
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/4965022 to your computer and use it in GitHub Desktop.
Save roundrobin/4965022 to your computer and use it in GitHub Desktop.
Tributary inlet
{"description":"Tributary inlet","endpoint":"","display":"div","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"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,"thumbnail":"http://i.imgur.com/kBWtSFv.png"}
var b = g;
console.log(g)
b.append('div')
.text('Hello World')
.style({
background: '#19A9AF',
color: '#ffffff',
display: 'inline-block',
'padding': (17)+'px',
'-webkit-transform': 'rotateY('+(-4)+'deg)rotateX('+(-3)+'deg)',
'position':'absolute',
'font-family':'Futura',
'font-size': (56)+'px',
'left': (135)+'px',
'top': (279)+'px',
'box-shadow': '10px 10px 1px #4DC714,20px 20px 1px #93AAA4'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment