aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
diff options
context:
space:
mode:
authorJon Reid2012-02-23 17:06:48 -0800
committerJon Reid2012-02-23 17:06:48 -0800
commit0b18fb2fef124a26204d5dba90cd82c975b69df3 (patch)
treea7000ef9547b2c95ba5706b1a378459e4bbcfb6a /js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
parent0327073eff62d4b800206ba0f3ba2140ae5da8bc (diff)
downloadninja-0b18fb2fef124a26204d5dba90cd82c975b69df3.tar.gz
Timeline: Add hottext fields to layers and serialize them throughout.
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html35
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 },