diff options
author | Jonathan Duran | 2012-05-15 11:27:51 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-15 11:27:51 -0700 |
commit | e9995c973acadc507b802fdefdb22b4c4bf82325 (patch) | |
tree | 1d480c578245273c3f5c809aa8a37b2cf5d947ea /js/panels/Timeline/Tween.reel | |
parent | b7adc6f1ec09edcad523b1ddd32856ddf27c6724 (diff) | |
download | ninja-e9995c973acadc507b802fdefdb22b4c4bf82325.tar.gz |
fix keyframe splitting
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Tween.reel')
-rw-r--r-- | js/panels/Timeline/Tween.reel/Tween.js | 2 |
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 fb2ce4b4..33fed17a 100644 --- a/js/panels/Timeline/Tween.reel/Tween.js +++ b/js/panels/Timeline/Tween.reel/Tween.js | |||
@@ -280,7 +280,7 @@ var Tween = exports.Tween = Montage.create(Component, { | |||
280 | // set property specific style on element | 280 | // set property specific style on element |
281 | var currentValue = this.tweenedProperties[this.parentComponent.parentComponent.trackEditorProperty]; | 281 | var currentValue = this.tweenedProperties[this.parentComponent.parentComponent.trackEditorProperty]; |
282 | this.application.ninja.elementMediator.setProperty([this.parentComponent.parentComponent.animatedElement], this.parentComponent.parentComponent.trackEditorProperty, [currentValue], "Change", "tween"); | 282 | this.application.ninja.elementMediator.setProperty([this.parentComponent.parentComponent.animatedElement], this.parentComponent.parentComponent.trackEditorProperty, [currentValue], "Change", "tween"); |
283 | 283 | //console.log(currentValue); | |
284 | } else { | 284 | } else { |
285 | // move animated element to correct position on stage | 285 | // move animated element to correct position on stage |
286 | var currentTop = this.tweenedProperties["top"] + "px"; | 286 | var currentTop = this.tweenedProperties["top"] + "px"; |