aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Tween.reel
diff options
context:
space:
mode:
authorKruti Shah2012-06-19 15:39:35 -0700
committerKruti Shah2012-06-19 15:39:35 -0700
commitfee2306d642865b493926063029d44535a2c4d85 (patch)
tree230c3ea3e2714b83a7fc32fa84b98b40f46a0ede /js/panels/Timeline/Tween.reel
parenta822b95a035715e21d994f6a4c96c3e784107bea (diff)
parent8e2dda460526735b4db2949656aa2e8ac041ad3c (diff)
downloadninja-fee2306d642865b493926063029d44535a2c4d85.tar.gz
Merge branch 'refs/heads/TimelineUberJD' into Timeline-local-kruti
Diffstat (limited to 'js/panels/Timeline/Tween.reel')
-rw-r--r--js/panels/Timeline/Tween.reel/Tween.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js
index dcc139a5..db368caf 100644
--- a/js/panels/Timeline/Tween.reel/Tween.js
+++ b/js/panels/Timeline/Tween.reel/Tween.js
@@ -271,6 +271,9 @@ var Tween = exports.Tween = Montage.create(Component, {
271 // easeTypes - ease, ease-out, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) 271 // easeTypes - ease, ease-out, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2)
272 this.tweenedProperties["-webkit-animation-timing-function"] = easeType; 272 this.tweenedProperties["-webkit-animation-timing-function"] = easeType;
273 if(this.parentComponent.parentComponent.isSubproperty){ 273 if(this.parentComponent.parentComponent.isSubproperty){
274 if(this.parentComponent.parentComponent.trackType == "position"){
275 return;
276 }
274 this.parentComponent.parentComponent.updatePropKeyframeRule(); 277 this.parentComponent.parentComponent.updatePropKeyframeRule();
275 } else { 278 } else {
276 this.parentComponent.parentComponent.updateKeyframeRule(); 279 this.parentComponent.parentComponent.updateKeyframeRule();