Skip to content

Instantly share code, notes, and snippets.

@cadavre
Created October 1, 2014 16:00
Show Gist options
  • Save cadavre/c1eefe40b0f838e0f325 to your computer and use it in GitHub Desktop.
Save cadavre/c1eefe40b0f838e0f325 to your computer and use it in GitHub Desktop.
{
"push_id": '{{objectId()}}',
"gifs": [
'{{repeat(1, 5)}}',
{
"id": '{{objectId()}}',
"scale": '{{floating(0, 1, 2)}}',
"rotation": '{{integer(0,360)}}',
"position": {
"x": '{{floating(0, 1, 2)}}',
"y": '{{floating(0, 1, 2)}}'
},
"time": {
"from": '{{floating(0, 5, 1)}}',
"to": '{{floating(5, 15, 1)}}'
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment