diff options
Diffstat (limited to 'js/panels/Timeline/Style.reel')
-rw-r--r-- | js/panels/Timeline/Style.reel/Style.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/js/panels/Timeline/Style.reel/Style.js b/js/panels/Timeline/Style.reel/Style.js index 669091af..efc004e9 100644 --- a/js/panels/Timeline/Style.reel/Style.js +++ b/js/panels/Timeline/Style.reel/Style.js | |||
@@ -310,6 +310,12 @@ var LayerStyle = exports.LayerStyle = Montage.create(Component, { | |||
310 | // First, get the appropriate editor type from the data structure. | 310 | // First, get the appropriate editor type from the data structure. |
311 | var tweenable = {}, | 311 | var tweenable = {}, |
312 | i = 0; | 312 | i = 0; |
313 | |||
314 | if (this.ruleTweener === true) { | ||
315 | return; | ||
316 | } else { | ||
317 | this.ruleTweener = true; | ||
318 | } | ||
313 | 319 | ||
314 | tweenable.tweener = "input"; | 320 | tweenable.tweener = "input"; |
315 | 321 | ||
@@ -358,8 +364,6 @@ var LayerStyle = exports.LayerStyle = Montage.create(Component, { | |||
358 | // this._strokeColorCtrl.color(this._stroke.colorMode, this._stroke.color); | 364 | // this._strokeColorCtrl.color(this._stroke.colorMode, this._stroke.color); |
359 | } | 365 | } |
360 | 366 | ||
361 | |||
362 | |||
363 | // TODO: set up color chip here. | 367 | // TODO: set up color chip here. |
364 | } else if (tweenable.tweener === "input"){ | 368 | } else if (tweenable.tweener === "input"){ |
365 | this.editorInputContainer.classList.remove("hidden"); | 369 | this.editorInputContainer.classList.remove("hidden"); |