stories.json now encodes the duration for a transform so that the time code of the event isn't also controlling the time that the transform runs.
This commit is contained in:
parent
088f9e022e
commit
0fefc83c36
4 changed files with 17 additions and 17 deletions
|
|
@ -9,19 +9,18 @@
|
|||
"[g|h|i]"
|
||||
],
|
||||
"beats": [
|
||||
["00:00", "a","pan"],
|
||||
["00:01", "a","shake"],
|
||||
["00:02", "a","pause"],
|
||||
["00:03", "g","pan"],
|
||||
["00:04", "h","pan"],
|
||||
["00:05", "h","bounce"],
|
||||
["00:06", "c1","pan"],
|
||||
["00:07", "c2","pan"],
|
||||
["00:08", "d","bounce"],
|
||||
["00:09", "e","shake"],
|
||||
["00:10", "i","pan"],
|
||||
["00:11", "i","shake"],
|
||||
["00:12", "i","bounce"]
|
||||
["00:00", "a","pan", "60"],
|
||||
["00:01", "a","shake", "30"],
|
||||
["00:5", "g","pan", "60"],
|
||||
["00:6", "h","pan", "60"],
|
||||
["00:7", "h","bounce", "60"],
|
||||
["00:8", "c1","pan", "60"],
|
||||
["00:9", "c2","pan", "60"],
|
||||
["00:10", "d","bounce", "60"],
|
||||
["00:11", "e","shake", "60"],
|
||||
["00:12", "i","pan", "60"],
|
||||
["00:13", "i","shake", "60"],
|
||||
["00:14", "i","bounce", "60"]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue