diff options
author | Jon Reid | 2012-06-15 14:03:03 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-15 14:03:03 -0700 |
commit | 0b41d5c873b25461e2217782af1c410b89cb56de (patch) | |
tree | 501170ae0fc3a0609e2cb6184af7510d0f7075ff /js/panels/Timeline/TimelineTrack.reel | |
parent | 8dc456d59bd7dfc9c080a0241fa72d89aa4db70e (diff) | |
download | ninja-0b41d5c873b25461e2217782af1c410b89cb56de.tar.gz |
Timeline: Bug fix IKNINJA 1716, "Ease options are not correctly displayed in
Timeline after a file is saved and re-opened."
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js index fc88b779..695f13ac 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | |||
@@ -879,6 +879,7 @@ var TimelineTrack = exports.TimelineTrack = Montage.create(Component, { | |||
879 | newTween.tweenData.keyFrameMillisec = currentMilliSec; | 879 | newTween.tweenData.keyFrameMillisec = currentMilliSec; |
880 | newTween.tweenData.tweenID = this.nextKeyframe; | 880 | newTween.tweenData.tweenID = this.nextKeyframe; |
881 | newTween.tweenData.spanPosition =clickPosition - newTween.tweenData.spanWidth; | 881 | newTween.tweenData.spanPosition =clickPosition - newTween.tweenData.spanWidth; |
882 | newTween.tweenData.easing = this.currentKeyframeRule[i].style.webkitAnimationName; | ||
882 | this.tweens.push(newTween); | 883 | this.tweens.push(newTween); |
883 | } | 884 | } |
884 | this.nextKeyframe += 1; | 885 | this.nextKeyframe += 1; |