diff options
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index b022bd8a..7f8d421d 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -905,6 +905,16 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
905 | } | 905 | } |
906 | }, | 906 | }, |
907 | 907 | ||
908 | handleKeyframeShortcut:{ | ||
909 | value:function(){ | ||
910 | //console.log(this.currentLayersSelected); | ||
911 | //console.log(this.trackRepetition); | ||
912 | var tempEv = {}; | ||
913 | tempEv.offsetX = this.playheadmarker.offsetLeft; | ||
914 | this.trackRepetition.childComponents[this.currentLayersSelected[0]].handleKeyboardShortcut(tempEv); | ||
915 | } | ||
916 | }, | ||
917 | |||
908 | updateTrackContainerWidth:{ | 918 | updateTrackContainerWidth:{ |
909 | value:function () { | 919 | value:function () { |
910 | this.container_tracks.style.width = (this.end_hottext.value * 80) + "px"; | 920 | this.container_tracks.style.width = (this.end_hottext.value * 80) + "px"; |