diff options
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html index d416de5f..dc32d44d 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | |||
@@ -53,7 +53,6 @@ | |||
53 | } | 53 | } |
54 | } | 54 | } |
55 | }, | 55 | }, |
56 | |||
57 | "styleTrackRepetition": { | 56 | "styleTrackRepetition": { |
58 | "prototype": "montage/ui/repetition.reel", | 57 | "prototype": "montage/ui/repetition.reel", |
59 | "properties": { | 58 | "properties": { |
@@ -68,6 +67,19 @@ | |||
68 | } | 67 | } |
69 | } | 68 | } |
70 | }, | 69 | }, |
70 | "stylePropertyTrack" : { | ||
71 | "prototype" : "js/panels/Timeline/PropertyTrack.reel", | ||
72 | "properties" : { | ||
73 | "element":{"#": "style-track-base"} | ||
74 | }, | ||
75 | "bindings" : { | ||
76 | "propTrackData" : { | ||
77 | "boundObject" : {"@" : "styleTrackRepetition"}, | ||
78 | "boundObjectPropertyPath" : "objectAtCurrentIteration.propTrackData", | ||
79 | "oneway" : false | ||
80 | } | ||
81 | } | ||
82 | }, | ||
71 | "positionTracksRepetition": { | 83 | "positionTracksRepetition": { |
72 | "prototype": "montage/ui/repetition.reel", | 84 | "prototype": "montage/ui/repetition.reel", |
73 | "properties": { | 85 | "properties": { |
@@ -237,7 +249,7 @@ | |||
237 | 249 | ||
238 | </div> | 250 | </div> |
239 | <div data-montage-id="content-styles" class="content-styles collapsible-content collapsible-collapsed"> | 251 | <div data-montage-id="content-styles" class="content-styles collapsible-content collapsible-collapsed"> |
240 | <div class="timeline-track"></div> | 252 | <div data-montage-id="style-track-base"></div> |
241 | </div> | 253 | </div> |
242 | </div> | 254 | </div> |
243 | </div> | 255 | </div> |