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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js
index fe9b70d3..ae8acc57 100644
--- a/js/panels/Timeline/Tween.reel/Tween.js
+++ b/js/panels/Timeline/Tween.reel/Tween.js
@@ -250,7 +250,7 @@ var Tween = exports.Tween = Montage.create(Component, {
250 this.isTweenAnimated = true; 250 this.isTweenAnimated = true;
251 } 251 }
252 252
253 if (eventDetail.source === "translateTool") { 253 if (eventDetail.source === "translateTool" || eventDetail.source === "rotateTool") {
254 var arrMat = eventDetail.data.value[0].properties.mat, 254 var arrMat = eventDetail.data.value[0].properties.mat,
255 strTweenProperty = "perspective(1400) matrix3d(" + arrMat.join() + ")"; 255 strTweenProperty = "perspective(1400) matrix3d(" + arrMat.join() + ")";
256 256