Skip to content

Instantly share code, notes, and snippets.

Created May 3, 2013 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5513592 to your computer and use it in GitHub Desktop.
Save anonymous/5513592 to your computer and use it in GitHub Desktop.
meemoo app: Untitled
{
"info": {
"author": "meemoo",
"title": "Untitled",
"description": "Meemoo app description",
"parents": [],
"url": "test-animation"
},
"nodes": [
{
"id": 0,
"src": "meemoo:image/rectangle",
"x": 136,
"y": 91,
"w": 125,
"h": 147,
"state": {
"x": 0,
"y": 0,
"w": 500,
"h": 500,
"stroke": "",
"strokewidth": 1,
"fill": "red"
}
},
{
"id": 1,
"src": "meemoo:image/circle",
"x": 134,
"y": 289,
"w": 145,
"h": 160,
"state": {
"x": 250,
"y": 250,
"r": 250,
"stroke": "",
"strokewidth": 1,
"fill": "orange"
}
},
{
"id": 4,
"src": "meemoo:image/circle",
"x": 121,
"y": 505,
"w": 145,
"h": 160,
"state": {
"x": 250,
"y": 250,
"r": 250,
"stroke": "",
"strokewidth": 1,
"fill": "lime"
}
},
{
"id": 5,
"src": "meemoo:variable/animation",
"x": 794,
"y": 98,
"w": 327,
"h": 615,
"state": {
"fps": 12,
"pingpong": true
}
},
{
"id": 6,
"src": "meemoo:image/cam",
"x": 438,
"y": 292,
"w": 200,
"h": 210,
"state": {
"width": 600,
"height": 600,
"fps": 20
}
}
],
"edges": [
{
"source": [
6,
"image"
],
"target": [
5,
"push"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment