Skip to content

Instantly share code, notes, and snippets.

@forresto
Created November 9, 2021 19: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 forresto/859ab2aebae540c366fef7fae0b09a84 to your computer and use it in GitHub Desktop.
Save forresto/859ab2aebae540c366fef7fae0b09a84 to your computer and use it in GitHub Desktop.
{
"info": {
"title": "spin grid",
"author": "forresto",
"description": "grid spinnn tBoD 4eva",
"url": "spin-grid"
},
"nodes": [
{
"id": 6,
"src": "meemoo:image/in",
"x": 546,
"y": 76,
"w": 200,
"h": 210,
"state": {
"url": "https://i.imgur.com/OmU3pZ5.jpg"
}
},
{
"id": 7,
"src": "meemoo:image/transform",
"x": 1005,
"y": 104,
"w": 200,
"h": 210,
"state": {
"width": 200,
"height": 200,
"scale": 0.25,
"translateX": 0,
"translateY": 0,
"rotate": 0,
"composite": "source-over",
"smoothing": "true"
}
},
{
"id": 8,
"src": "meemoo:image/grid",
"x": 655,
"y": 487,
"w": 605,
"h": 626,
"state": {
"width": 2400,
"height": 2400,
"rows": 12,
"columns": 12,
"reverse": false
}
},
{
"id": 9,
"src": "meemoo:time/tween",
"x": 204,
"y": 470,
"w": 200,
"h": 210,
"state": {
"from": 0.07,
"to": 0.25,
"duration": 0.93,
"type": "Sinusoidal",
"ease": "InOut",
"loop": true,
"pingpong": true
}
},
{
"id": 10,
"src": "meemoo:time/tween",
"x": 208,
"y": 772,
"w": 200,
"h": 210,
"state": {
"from": 0,
"to": 1,
"duration": 6,
"type": "Linear",
"ease": "None",
"loop": true,
"pingpong": false
}
},
{
"id": 11,
"src": "meemoo:ui/button",
"x": 172,
"y": 77,
"w": 200,
"h": 210,
"state": {
"label": "go"
}
}
],
"edges": [
{
"source": [
6,
"image"
],
"target": [
7,
"image"
]
},
{
"source": [
7,
"image"
],
"target": [
8,
"image"
]
},
{
"source": [
9,
"value"
],
"target": [
7,
"scale"
]
},
{
"source": [
10,
"value"
],
"target": [
7,
"rotate"
]
},
{
"source": [
11,
"bang"
],
"target": [
9,
"start"
]
},
{
"source": [
11,
"bang"
],
"target": [
10,
"start"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment