aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-28 13:41:12 -0800
committerValerio Virgillito2012-02-28 13:41:12 -0800
commitb0b4d6492d6ddd3b7ab39c2f4d1c01b8e9bacfb6 (patch)
treee48cd56730d8a3327cd8c34e602f704701ce6115 /js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
parent7cafa0464ee0c1621ffea04c2192f19008c9fc49 (diff)
parent538db48f38ad3d5d22e99c2881745fc916e7e8a2 (diff)
downloadninja-b0b4d6492d6ddd3b7ab39c2f4d1c01b8e9bacfb6.tar.gz
Merge pull request #78 from imix23ways/Timeline
Timeline bug fixes
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
index 158d666e..26d045d6 100644
--- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
+++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
@@ -62,6 +62,11 @@
62 "boundObject" : {"@": "tweenRepetition"}, 62 "boundObject" : {"@": "tweenRepetition"},
63 "boundObjectPropertyPath" : "objectAtCurrentIteration.isTweenAnimated", 63 "boundObjectPropertyPath" : "objectAtCurrentIteration.isTweenAnimated",
64 "oneway" : false 64 "oneway" : false
65 },
66 "isClearing" : {
67 "boundObject" : {"@": "tweenRepetition"},
68 "boundObjectPropertyPath" : "objectAtCurrentIteration.isClearing",
69 "oneway" : false
65 } 70 }
66 } 71 }
67 }, 72 },