From 10620ff1a9b42528d84f2c6cc4f64a1790a0d8b7 Mon Sep 17 00:00:00 2001 From: Kruti Shah Date: Mon, 4 Jun 2012 10:13:30 -0700 Subject: LC Signed-off-by: Kruti Shah --- js/panels/Timeline/Style.reel/Style.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'js/panels/Timeline/Style.reel') 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, { // First, get the appropriate editor type from the data structure. var tweenable = {}, i = 0; + + if (this.ruleTweener === true) { + return; + } else { + this.ruleTweener = true; + } tweenable.tweener = "input"; @@ -358,8 +364,6 @@ var LayerStyle = exports.LayerStyle = Montage.create(Component, { // this._strokeColorCtrl.color(this._stroke.colorMode, this._stroke.color); } - - // TODO: set up color chip here. } else if (tweenable.tweener === "input"){ this.editorInputContainer.classList.remove("hidden"); -- cgit v1.2.3