Skip to content

Instantly share code, notes, and snippets.

@imerkle
Last active July 16, 2017 22:39
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 imerkle/ca3163ba1cb1d610f3b1aef3cb51eecf to your computer and use it in GitHub Desktop.
Save imerkle/ca3163ba1cb1d610f3b1aef3cb51eecf to your computer and use it in GitHub Desktop.
json of anootiation
{
"res": [
{
"end": 10000,
"start": 4000,
"text": "4 to 10 seconds im show",
"style": {
"height": 200
}
},
{
"end": 16000,
"start": 10006,
"text": "10 to 16 seconds im show",
"style": {
"height": 100,
"top": "30%"
}
},
{
"end": 21000,
"start": 15000,
"text": "15 to 21 seconds im show",
"style": {
"height": 200
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment