aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Tween.reel/Tween.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Tween.reel/Tween.js')
-rw-r--r--js/panels/Timeline/Tween.reel/Tween.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js
index 6c273a49..48b41023 100644
--- a/js/panels/Timeline/Tween.reel/Tween.js
+++ b/js/panels/Timeline/Tween.reel/Tween.js
@@ -216,12 +216,6 @@ var Tween = exports.Tween = Montage.create(Component, {
216 this.tweenedProperties["height"] = this.parentComponent.parentComponent.animatedElement.offsetHeight; 216 this.tweenedProperties["height"] = this.parentComponent.parentComponent.animatedElement.offsetHeight;
217 } 217 }
218 218
219 // skewX
220
221 // skewY
222
223 // rotation
224
225 // tell track to update css rule 219 // tell track to update css rule
226 this.parentComponent.parentComponent.updateKeyframeRule(); 220 this.parentComponent.parentComponent.updateKeyframeRule();
227 221