diff options
Diffstat (limited to 'js/panels/Timeline/PropertyTrack.reel')
-rw-r--r-- | js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js index 8316540b..4f798f36 100644 --- a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js +++ b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js | |||
@@ -146,6 +146,7 @@ var PropertyTrack = exports.PropertyTrack = Montage.create(Component, { | |||
146 | this.styleIndex = this.propTrackData.styleIndex; | 146 | this.styleIndex = this.propTrackData.styleIndex; |
147 | this.propTweens = this.propTrackData.propTweens; | 147 | this.propTweens = this.propTrackData.propTweens; |
148 | this.trackType = this.propTrackData.trackType; | 148 | this.trackType = this.propTrackData.trackType; |
149 | this.trackEditorProperty = this.propTrackData.trackEditorProperty; | ||
149 | this.needsDraw = true; | 150 | this.needsDraw = true; |
150 | } | 151 | } |
151 | }, | 152 | }, |
@@ -170,12 +171,9 @@ var PropertyTrack = exports.PropertyTrack = Montage.create(Component, { | |||
170 | } | 171 | } |
171 | } else if (this.trackType === "position") { | 172 | } else if (this.trackType === "position") { |
172 | console.log("clicking on position track"); | 173 | console.log("clicking on position track"); |
173 | |||
174 | console.log(this.trackEditorProperty); | 174 | console.log(this.trackEditorProperty); |
175 | } | 175 | } |
176 | 176 | ||
177 | |||
178 | |||
179 | this.insertPropTween(0); | 177 | this.insertPropTween(0); |
180 | this.addPropAnimationRuleToElement(ev); | 178 | this.addPropAnimationRuleToElement(ev); |
181 | this.updatePropKeyframeRule(); | 179 | this.updatePropKeyframeRule(); |