aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
diff options
context:
space:
mode:
authorJon Reid2012-05-23 15:44:41 -0700
committerJon Reid2012-05-23 15:44:41 -0700
commita8dff9f5cb9dec84e6805118d49903710b361275 (patch)
treeee72f7455aa8fafd6f4a21a1bc899db6a905f27a /js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
parentbae00e5a647b5b6a677857a1bb531273a89e781b (diff)
downloadninja-a8dff9f5cb9dec84e6805118d49903710b361275.tar.gz
Timeline: Easing selection per keyframe.
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 185211ae..8be0caef 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -1721,6 +1721,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
1721 this.trackRepetition.childComponents[trackIndex].tweenRepetition.childComponents[tweenIndex+1].setData(); 1721 this.trackRepetition.childComponents[trackIndex].tweenRepetition.childComponents[tweenIndex+1].setData();
1722 } 1722 }
1723 this.trackRepetition.childComponents[trackIndex].tweenRepetition.childComponents[tweenIndex].selectTween(); 1723 this.trackRepetition.childComponents[trackIndex].tweenRepetition.childComponents[tweenIndex].selectTween();
1724 this.trackRepetition.childComponents[trackIndex].tweenRepetition.childComponents[tweenIndex].keyframe.selectKeyframe();
1724 this.trackRepetition.childComponents[trackIndex].updateKeyframeRule(); 1725 this.trackRepetition.childComponents[trackIndex].updateKeyframeRule();
1725 1726
1726 // If this is the last keyframe, we'll need to update the track duration 1727 // If this is the last keyframe, we'll need to update the track duration