Created
May 30, 2012 17:04
-
-
Save forresto/2837660 to your computer and use it in GitHub Desktop.
meemoo app: demo of text module
This file contains hidden or 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": "demo of text module", | |
| "author": "forresto", | |
| "description": "demo of text module, draws numbers in a ring every second", | |
| "url": "textdemo", | |
| "parents": [ | |
| "https://gist.github.com/2837660" | |
| ] | |
| }, | |
| "nodes": [ | |
| { | |
| "src": "http://forresto.github.com/meemoo-image/text.html", | |
| "x": 507, | |
| "y": 75, | |
| "z": 0, | |
| "w": 273, | |
| "h": 271, | |
| "state": { | |
| "x": "10", | |
| "y": "250", | |
| "font": "bold 100px Tahoma", | |
| "fillcolor": "rgba(255, 255, 255, 0.5)", | |
| "strokecolor": "black", | |
| "strokewidth": "2", | |
| "text": "yjg" | |
| }, | |
| "id": 2 | |
| }, | |
| { | |
| "src": "http://forresto.github.com/meemoo-image/transform.html", | |
| "x": 517, | |
| "y": 416, | |
| "z": 0, | |
| "w": 373, | |
| "h": 341, | |
| "state": { | |
| "scaleX": 1, | |
| "scaleY": 1, | |
| "clearEvery": false, | |
| "translateX": "0", | |
| "translateY": "0", | |
| "rotate": ".75" | |
| }, | |
| "id": 3 | |
| }, | |
| { | |
| "src": "http://forresto.github.com/meemoo-modules/clock.html", | |
| "x": 37, | |
| "y": 83, | |
| "z": 0, | |
| "w": 200, | |
| "h": 200, | |
| "state": {}, | |
| "id": 1 | |
| } | |
| ], | |
| "edges": [ | |
| { | |
| "source": [ | |
| 1, | |
| "seconds" | |
| ], | |
| "target": [ | |
| 2, | |
| "text" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 1, | |
| "secondsPercent" | |
| ], | |
| "target": [ | |
| 3, | |
| "rotate" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 2, | |
| "image" | |
| ], | |
| "target": [ | |
| 3, | |
| "image" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment