diff options
Diffstat (limited to 'js/panels/Timeline/Tween.reel/Tween.js')
-rw-r--r-- | js/panels/Timeline/Tween.reel/Tween.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js index e4fb42b3..5fdf71d6 100644 --- a/js/panels/Timeline/Tween.reel/Tween.js +++ b/js/panels/Timeline/Tween.reel/Tween.js | |||
@@ -186,7 +186,7 @@ var Tween = exports.Tween = Montage.create(Component, { | |||
186 | 186 | ||
187 | setAbsoluteTweenProperties:{ | 187 | setAbsoluteTweenProperties:{ |
188 | value:function (eventDetail) { | 188 | value:function (eventDetail) { |
189 | console.log(eventDetail); | 189 | //console.log(eventDetail); |
190 | if (this.parentComponent.parentComponent.animatedElement.offsetTop != this.tweenedProperties["top"] && this.parentComponent.parentComponent.animatedElement.offsetLeft != this.tweenedProperties["left"]) { | 190 | if (this.parentComponent.parentComponent.animatedElement.offsetTop != this.tweenedProperties["top"] && this.parentComponent.parentComponent.animatedElement.offsetLeft != this.tweenedProperties["left"]) { |
191 | this.tweenedProperties["top"] = this.parentComponent.parentComponent.animatedElement.offsetTop; | 191 | this.tweenedProperties["top"] = this.parentComponent.parentComponent.animatedElement.offsetTop; |
192 | this.tweenedProperties["left"] = this.parentComponent.parentComponent.animatedElement.offsetLeft; | 192 | this.tweenedProperties["left"] = this.parentComponent.parentComponent.animatedElement.offsetLeft; |
@@ -200,7 +200,7 @@ var Tween = exports.Tween = Montage.create(Component, { | |||
200 | 200 | ||
201 | setRelativeTweenProperties:{ | 201 | setRelativeTweenProperties:{ |
202 | value:function(eventDetail){ | 202 | value:function(eventDetail){ |
203 | 203 | //console.log(eventDetail); | |
204 | } | 204 | } |
205 | }, | 205 | }, |
206 | 206 | ||