Skip to content

Instantly share code, notes, and snippets.

@lov
Last active December 30, 2017 19:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lov/3357fd9d68863a453a6651c82343fcb2 to your computer and use it in GitHub Desktop.
Save lov/3357fd9d68863a453a6651c82343fcb2 to your computer and use it in GitHub Desktop.
Vezér JSON Import Format
{
"keyframes": [{
"time": "0",
"value": 0.3
}, {
"time": "1:03",
"value": 0.122323,
"colorValue": [128, 72, 255]
}, {
"time": "2:00",
"value": 0.82232,
"colorValue": [64],
"interpolation": "linear"
}, {
"time": "2:10",
"value": 0.122323,
"flagAddress": "/example/flag/fromjson"
}, {
"time": "4:00",
"flagAddress": "/example/flag/fromjsonwithargument <1.0>"
}, {
"time": 300,
"value": 120,
"colorValue": [72, 36, 18, 55]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment