diff options
author | Jonathan Duran | 2012-05-11 00:51:17 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-11 00:51:17 -0700 |
commit | 675dfa5057e118dac694b8fb9b960cfed48e1d52 (patch) | |
tree | 9c436fef53191edc753c129d27409bc589ffe36a /js/panels/Timeline/Tween.reel/Tween.js | |
parent | 48a0d3a091602d4d04b0b529b780261f0d2ebc1d (diff) | |
download | ninja-675dfa5057e118dac694b8fb9b960cfed48e1d52.tar.gz |
allow splitting existing spans with new keyframe
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Tween.reel/Tween.js')
-rw-r--r-- | js/panels/Timeline/Tween.reel/Tween.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js index 6c273a49..48b41023 100644 --- a/js/panels/Timeline/Tween.reel/Tween.js +++ b/js/panels/Timeline/Tween.reel/Tween.js | |||
@@ -216,12 +216,6 @@ var Tween = exports.Tween = Montage.create(Component, { | |||
216 | this.tweenedProperties["height"] = this.parentComponent.parentComponent.animatedElement.offsetHeight; | 216 | this.tweenedProperties["height"] = this.parentComponent.parentComponent.animatedElement.offsetHeight; |
217 | } | 217 | } |
218 | 218 | ||
219 | // skewX | ||
220 | |||
221 | // skewY | ||
222 | |||
223 | // rotation | ||
224 | |||
225 | // tell track to update css rule | 219 | // tell track to update css rule |
226 | this.parentComponent.parentComponent.updateKeyframeRule(); | 220 | this.parentComponent.parentComponent.updateKeyframeRule(); |
227 | 221 | ||