diff options
author | Jonathan Duran | 2012-05-16 08:58:03 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-16 08:58:03 -0700 |
commit | e5830f3424c7db84f0e76b237616cbf59fe9ed1c (patch) | |
tree | 0c9e24997839bccae78fc34b3d4303b138b46850 /js/panels/Timeline/Tween.reel | |
parent | 9bc43e9f815dc8c2eda3a3d3413f950481c5f86d (diff) | |
download | ninja-e5830f3424c7db84f0e76b237616cbf59fe9ed1c.tar.gz |
Remove span highlighting and start syncing pos tracks and main track 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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js index bb7ce735..f857ebd4 100644 --- a/js/panels/Timeline/Tween.reel/Tween.js +++ b/js/panels/Timeline/Tween.reel/Tween.js | |||
@@ -208,9 +208,6 @@ var Tween = exports.Tween = Montage.create(Component, { | |||
208 | } | 208 | } |
209 | // tell track to update css rule | 209 | // tell track to update css rule |
210 | this.parentComponent.parentComponent.updateKeyframeRule(); | 210 | this.parentComponent.parentComponent.updateKeyframeRule(); |
211 | |||
212 | // highlight the tween's span | ||
213 | this.tweenspan.highlightSpan(); | ||
214 | this.isTweenAnimated = true; | 211 | this.isTweenAnimated = true; |
215 | } | 212 | } |
216 | }, | 213 | }, |