diff options
author | Jonathan Duran | 2012-05-14 22:30:27 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-14 22:30:27 -0700 |
commit | b38e020fb5e64c7d9a1d42c97393a0a84f9841a8 (patch) | |
tree | 740382f19e6909ba8910401525253bcb33c77610 /js/panels/Timeline/Tween.reel | |
parent | eb7c3c8db304bdfb01f747a50e932665d9ec03fa (diff) | |
download | ninja-b38e020fb5e64c7d9a1d42c97393a0a84f9841a8.tar.gz |
handle style changes on keyframes
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Tween.reel')
-rw-r--r-- | js/panels/Timeline/Tween.reel/Tween.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js index b8cc4a07..bcd3d75f 100644 --- a/js/panels/Timeline/Tween.reel/Tween.js +++ b/js/panels/Timeline/Tween.reel/Tween.js | |||
@@ -254,6 +254,7 @@ var Tween = exports.Tween = Montage.create(Component, { | |||
254 | var prop = this.parentComponent.parentComponent.trackEditorProperty; | 254 | var prop = this.parentComponent.parentComponent.trackEditorProperty; |
255 | this.tweenedProperties[prop] = eventDetail.data.value.color.css; | 255 | this.tweenedProperties[prop] = eventDetail.data.value.color.css; |
256 | console.log(this.tweenedProperties[prop]); | 256 | console.log(this.tweenedProperties[prop]); |
257 | this.parentComponent.parentComponent.updatePropKeyframeRule(); | ||
257 | 258 | ||
258 | } else if(eventDetail.type == "setProperty"){ | 259 | } else if(eventDetail.type == "setProperty"){ |
259 | // ignore top, left, width, and height | 260 | // ignore top, left, width, and height |