aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel/Style.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Style.reel/Style.js')
-rw-r--r--js/panels/Timeline/Style.reel/Style.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/panels/Timeline/Style.reel/Style.js b/js/panels/Timeline/Style.reel/Style.js
index c8d323a9..c44a29f6 100644
--- a/js/panels/Timeline/Style.reel/Style.js
+++ b/js/panels/Timeline/Style.reel/Style.js
@@ -349,12 +349,6 @@ var LayerStyle = exports.LayerStyle = Montage.create(Component, {
349 var tweenable = {}, 349 var tweenable = {},
350 i = 0; 350 i = 0;
351 351
352 if (this.ruleTweener === true) {
353 return;
354 } else {
355 this.ruleTweener = true;
356 }
357
358 tweenable.tweener = "input"; 352 tweenable.tweener = "input";
359 353
360 for (i = 0; i < this._myTweenables.length; i++) { 354 for (i = 0; i < this._myTweenables.length; i++) {
@@ -391,7 +385,6 @@ var LayerStyle = exports.LayerStyle = Montage.create(Component, {
391 this._borderSide = tweenable.strokePosition 385 this._borderSide = tweenable.strokePosition
392 } 386 }
393 } 387 }
394
395 if (this.addedColorChips === false && this.application.ninja.colorController.colorPanelDrawn) { 388 if (this.addedColorChips === false && this.application.ninja.colorController.colorPanelDrawn) {
396 // setup fill color 389 // setup fill color
397 this._fillColorCtrl.props = { side: 'top', align: 'center', wheel: true, palette: true, gradient: false, image: false, nocolor: true, offset: -80 }; 390 this._fillColorCtrl.props = { side: 'top', align: 'center', wheel: true, palette: true, gradient: false, image: false, nocolor: true, offset: -80 };