aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel
diff options
context:
space:
mode:
authorKruti Shah2012-06-04 10:13:30 -0700
committerKruti Shah2012-06-04 10:13:30 -0700
commit10620ff1a9b42528d84f2c6cc4f64a1790a0d8b7 (patch)
tree2cf646f46f5e9134a8ad6c5a970262b2aabb5f96 /js/panels/Timeline/Style.reel
parent07701de29866c6d792257d1e3c39cd1592ee97db (diff)
downloadninja-10620ff1a9b42528d84f2c6cc4f64a1790a0d8b7.tar.gz
LC
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Style.reel')
-rw-r--r--js/panels/Timeline/Style.reel/Style.js8
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");