aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js1
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;