aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Tween.reel/Tween.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Tween.reel/Tween.js')
-rw-r--r--js/panels/Timeline/Tween.reel/Tween.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js
index 89f18f98..fe9b70d3 100644
--- a/js/panels/Timeline/Tween.reel/Tween.js
+++ b/js/panels/Timeline/Tween.reel/Tween.js
@@ -170,6 +170,12 @@ var Tween = exports.Tween = Montage.create(Component, {
170 170
171 }, 171 },
172 172
173 prepareForDraw:{
174 value:function(){
175 this.keyframe.selectKeyframe();
176 }
177 },
178
173 draw:{ 179 draw:{
174 value:function () { 180 value:function () {
175 this.tweenspan.element.style.width = this.spanWidth + "px"; 181 this.tweenspan.element.style.width = this.spanWidth + "px";