Created
May 21, 2012 00:59
-
-
Save forresto/2760122 to your computer and use it in GitHub Desktop.
meemoo app: hackable clock 0.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "hackable clock 0.1", | |
"author": "forresto", | |
"description": "hackable clock for #mozparty 2012, image-in version", | |
"url": "hackableclock", | |
"parents": [ | |
"https://gist.github.com/2760122" | |
] | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-modules/clock.html", | |
"x": 69, | |
"y": 586, | |
"z": 0, | |
"w": 140, | |
"h": 122, | |
"state": {}, | |
"id": 3 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-image/transform.html", | |
"x": 537, | |
"y": 220, | |
"z": 0, | |
"w": 106, | |
"h": 130, | |
"state": { | |
"scaleX": "1", | |
"scaleY": "1", | |
"translateX": "0", | |
"translateY": "0", | |
"rotate": 0, | |
"clearEvery": true | |
}, | |
"id": 10 | |
}, | |
{ | |
"src": "http://meemoo-image-in.phpfogapp.com/image-in.html", | |
"x": 112, | |
"y": 117, | |
"z": 0, | |
"w": 115, | |
"h": 79, | |
"state": { | |
"url": "http://i.imgur.com/PkyMS.png" | |
}, | |
"id": 7 | |
}, | |
{ | |
"src": "http://meemoo-image-in.phpfogapp.com/image-in.html", | |
"x": 106, | |
"y": 262, | |
"z": 0, | |
"w": 123, | |
"h": 90, | |
"state": { | |
"url": "http://i.imgur.com/9U2xK.png" | |
}, | |
"id": 8 | |
}, | |
{ | |
"src": "http://meemoo-image-in.phpfogapp.com/image-in.html", | |
"x": 116, | |
"y": 410, | |
"z": 0, | |
"w": 127, | |
"h": 76, | |
"state": { | |
"url": "http://i.imgur.com/mzhmX.png" | |
}, | |
"id": 9 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-image/transform.html", | |
"x": 541, | |
"y": 415, | |
"z": 0, | |
"w": 102, | |
"h": 131, | |
"state": { | |
"scaleX": 1, | |
"scaleY": 1, | |
"clearEvery": true | |
}, | |
"id": 11 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-image/transform.html", | |
"x": 543, | |
"y": 600, | |
"z": 0, | |
"w": 101, | |
"h": 136, | |
"state": { | |
"scaleX": 1, | |
"scaleY": 1, | |
"clearEvery": true | |
}, | |
"id": 12 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-image/combine.html", | |
"x": 957, | |
"y": 323, | |
"z": 0, | |
"w": 513, | |
"h": 512, | |
"state": {}, | |
"id": 13 | |
}, | |
{ | |
"src": "http://meemoo-image-in.phpfogapp.com/image-in.html", | |
"x": 530, | |
"y": 44, | |
"z": 0, | |
"w": 102, | |
"h": 112, | |
"state": { | |
"url": "http://i.imgur.com/o2NON.png" | |
}, | |
"id": 14 | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
3, | |
"minutesPercent" | |
], | |
"target": [ | |
11, | |
"rotate" | |
] | |
}, | |
{ | |
"source": [ | |
3, | |
"secondsPercent" | |
], | |
"target": [ | |
12, | |
"rotate" | |
] | |
}, | |
{ | |
"source": [ | |
3, | |
"hoursPercent" | |
], | |
"target": [ | |
10, | |
"rotate" | |
] | |
}, | |
{ | |
"source": [ | |
7, | |
"image" | |
], | |
"target": [ | |
10, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
8, | |
"image" | |
], | |
"target": [ | |
11, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
9, | |
"image" | |
], | |
"target": [ | |
12, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
11, | |
"image" | |
], | |
"target": [ | |
13, | |
"layer3" | |
] | |
}, | |
{ | |
"source": [ | |
12, | |
"image" | |
], | |
"target": [ | |
13, | |
"layer4" | |
] | |
}, | |
{ | |
"source": [ | |
10, | |
"image" | |
], | |
"target": [ | |
13, | |
"layer2" | |
] | |
}, | |
{ | |
"source": [ | |
14, | |
"image" | |
], | |
"target": [ | |
13, | |
"layer1" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment