diff options
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html index 0c302436..1aa9a725 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | |||
@@ -32,7 +32,8 @@ | |||
32 | "timetext" : {"#": "time_text"}, | 32 | "timetext" : {"#": "time_text"}, |
33 | "timebar" : {"#": "time_bar"}, | 33 | "timebar" : {"#": "time_bar"}, |
34 | "container_tracks" : {"#" : "container-tracks"}, | 34 | "container_tracks" : {"#" : "container-tracks"}, |
35 | "end_hottext" : {"@" : "endHottext"} | 35 | "end_hottext" : {"@" : "endHottext"}, |
36 | "getme" : {"#" : "getme"} | ||
36 | } | 37 | } |
37 | }, | 38 | }, |
38 | 39 | ||
@@ -115,6 +116,41 @@ | |||
115 | "boundObject" : {"@" : "repetition1"}, | 116 | "boundObject" : {"@" : "repetition1"}, |
116 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isStyleCollapsed", | 117 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isStyleCollapsed", |
117 | "oneway" : false | 118 | "oneway" : false |
119 | }, | ||
120 | "dtextPositionX" : { | ||
121 | "boundObject" : {"@" : "repetition1"}, | ||
122 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextPositionX", | ||
123 | "oneway" : false | ||
124 | }, | ||
125 | "dtextPositionY" : { | ||
126 | "boundObject" : {"@" : "repetition1"}, | ||
127 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextPositionY", | ||
128 | "oneway" : false | ||
129 | }, | ||
130 | "dtextSkewX" : { | ||
131 | "boundObject" : {"@" : "repetition1"}, | ||
132 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextSkewX", | ||
133 | "oneway" : false | ||
134 | }, | ||
135 | "dtextSkewY" : { | ||
136 | "boundObject" : {"@" : "repetition1"}, | ||
137 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextSkewY", | ||
138 | "oneway" : false | ||
139 | }, | ||
140 | "dtextScaleX" : { | ||
141 | "boundObject" : {"@" : "repetition1"}, | ||
142 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextScaleX", | ||
143 | "oneway" : false | ||
144 | }, | ||
145 | "dtextScaleY" : { | ||
146 | "boundObject" : {"@" : "repetition1"}, | ||
147 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextScaleY", | ||
148 | "oneway" : false | ||
149 | }, | ||
150 | "dtextRotate" : { | ||
151 | "boundObject" : {"@" : "repetition1"}, | ||
152 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextRotate", | ||
153 | "oneway" : false | ||
118 | } | 154 | } |
119 | } | 155 | } |
120 | }, | 156 | }, |
@@ -249,7 +285,7 @@ | |||
249 | 285 | ||
250 | <div id="user_layers" class="userlayers"> | 286 | <div id="user_layers" class="userlayers"> |
251 | <div id="master_layer" class="masterlayer"> | 287 | <div id="master_layer" class="masterlayer"> |
252 | <div>Master Layer</div> | 288 | <div id="getme">Master Layer</div> |
253 | </div> | 289 | </div> |
254 | <div id="container-layers"> | 290 | <div id="container-layers"> |
255 | <div id="container-layer"></div> | 291 | <div id="container-layer"></div> |
@@ -264,7 +300,7 @@ | |||
264 | </div> | 300 | </div> |
265 | </div> | 301 | </div> |
266 | 302 | ||
267 | <div id="layer_resizer" class="layerresizer"></div> | 303 | <div data-montage-id="layer_resizer" class="layerresizer"></div> |
268 | 304 | ||
269 | <div id="timeline_rightpane" class="tl_rightpane"> | 305 | <div id="timeline_rightpane" class="tl_rightpane"> |
270 | <div id="right_inside" class="rightinside"> | 306 | <div id="right_inside" class="rightinside"> |