diff options
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html index 33145028..c964936c 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | |||
@@ -110,6 +110,41 @@ | |||
110 | "boundObject" : {"@" : "repetition1"}, | 110 | "boundObject" : {"@" : "repetition1"}, |
111 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isStyleCollapsed", | 111 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isStyleCollapsed", |
112 | "oneway" : false | 112 | "oneway" : false |
113 | }, | ||
114 | "dtextPositionX" : { | ||
115 | "boundObject" : {"@" : "repetition1"}, | ||
116 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextPositionX", | ||
117 | "oneway" : false | ||
118 | }, | ||
119 | "dtextPositionY" : { | ||
120 | "boundObject" : {"@" : "repetition1"}, | ||
121 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextPositionY", | ||
122 | "oneway" : false | ||
123 | }, | ||
124 | "dtextSkewX" : { | ||
125 | "boundObject" : {"@" : "repetition1"}, | ||
126 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextSkewX", | ||
127 | "oneway" : false | ||
128 | }, | ||
129 | "dtextSkewY" : { | ||
130 | "boundObject" : {"@" : "repetition1"}, | ||
131 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextSkewY", | ||
132 | "oneway" : false | ||
133 | }, | ||
134 | "dtextScaleX" : { | ||
135 | "boundObject" : {"@" : "repetition1"}, | ||
136 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextScaleX", | ||
137 | "oneway" : false | ||
138 | }, | ||
139 | "dtextScaleY" : { | ||
140 | "boundObject" : {"@" : "repetition1"}, | ||
141 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextScaleY", | ||
142 | "oneway" : false | ||
143 | }, | ||
144 | "dtextRotate" : { | ||
145 | "boundObject" : {"@" : "repetition1"}, | ||
146 | "boundObjectPropertyPath" : "objectAtCurrentIteration.dtextRotate", | ||
147 | "oneway" : false | ||
113 | } | 148 | } |
114 | } | 149 | } |
115 | }, | 150 | }, |