aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:52:06 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch)
tree8f0f55557bd0c47a84e49c1977c950645d284607 /js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
parentaedd14b18695d031f695d27dfbd94df5614495bb (diff)
downloadninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz
Expand tabs
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html280
1 files changed, 140 insertions, 140 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
index 1889e41b..1a8b3133 100644
--- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
+++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
@@ -29,9 +29,9 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31<html lang="en"> 31<html lang="en">
32 <head> 32 <head>
33 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 33 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
34 <link rel="stylesheet" type="text/css" href="css/TimelineTrack.css"> 34 <link rel="stylesheet" type="text/css" href="css/TimelineTrack.css">
35 <script type="text/montage-serialization"> 35 <script type="text/montage-serialization">
36 { 36 {
37 "owner": { 37 "owner": {
@@ -50,11 +50,11 @@ POSSIBILITY OF SUCH DAMAGE.
50 }, 50 },
51 51
52 "tween" : { 52 "tween" : {
53 "prototype" : "js/panels/timeline/Tween.reel", 53 "prototype" : "js/panels/timeline/Tween.reel",
54 "properties" : { 54 "properties" : {
55 "element":{"#": "track_lane"} 55 "element":{"#": "track_lane"}
56 }, 56 },
57 "bindings" : { 57 "bindings" : {
58 "tweenData" : { 58 "tweenData" : {
59 "boundObject" : {"@": "tweenRepetition"}, 59 "boundObject" : {"@": "tweenRepetition"},
60 "boundObjectPropertyPath" : "objectAtCurrentIteration.tweenData", 60 "boundObjectPropertyPath" : "objectAtCurrentIteration.tweenData",
@@ -65,64 +65,64 @@ POSSIBILITY OF SUCH DAMAGE.
65 65
66 "tweenRepetition": { 66 "tweenRepetition": {
67 "prototype": "montage/ui/repetition.reel", 67 "prototype": "montage/ui/repetition.reel",
68 "properties": { 68 "properties": {
69 "element": {"#": "track_lanes"}, 69 "element": {"#": "track_lanes"},
70 "isSelectionEnabled" : false 70 "isSelectionEnabled" : false
71 }, 71 },
72 "bindings": { 72 "bindings": {
73 "objects": { 73 "objects": {
74 "boundObject": {"@": "owner"}, 74 "boundObject": {"@": "owner"},
75 "boundObjectPropertyPath": "tweens", 75 "boundObjectPropertyPath": "tweens",
76 "oneway": false 76 "oneway": false
77 } 77 }
78 } 78 }
79 }, 79 },
80 "styleTrackRepetition": { 80 "styleTrackRepetition": {
81 "prototype": "montage/ui/repetition.reel", 81 "prototype": "montage/ui/repetition.reel",
82 "properties": { 82 "properties": {
83 "element": {"#": "content_style_tracks"}, 83 "element": {"#": "content_style_tracks"},
84 "isSelectionEnabled" : false 84 "isSelectionEnabled" : false
85 }, 85 },
86 "bindings": { 86 "bindings": {
87 "objects": { 87 "objects": {
88 "boundObject": {"@": "owner"}, 88 "boundObject": {"@": "owner"},
89 "boundObjectPropertyPath": "arrStyleTracks", 89 "boundObjectPropertyPath": "arrStyleTracks",
90 "oneway": false 90 "oneway": false
91 } 91 }
92 } 92 }
93 }, 93 },
94 "stylePropertyTrack" : { 94 "stylePropertyTrack" : {
95 "prototype" : "js/panels/Timeline/PropertyTrack.reel", 95 "prototype" : "js/panels/Timeline/PropertyTrack.reel",
96 "properties" : { 96 "properties" : {
97 "element":{"#": "style-track-base"} 97 "element":{"#": "style-track-base"}
98 }, 98 },
99 "bindings" : { 99 "bindings" : {
100 "propTrackData" : { 100 "propTrackData" : {
101 "boundObject" : {"@" : "styleTrackRepetition"}, 101 "boundObject" : {"@" : "styleTrackRepetition"},
102 "boundObjectPropertyPath" : "objectAtCurrentIteration.propTrackData", 102 "boundObjectPropertyPath" : "objectAtCurrentIteration.propTrackData",
103 "oneway" : false 103 "oneway" : false
104 } 104 }
105 } 105 }
106 }, 106 },
107 "positionTracksRepetition": { 107 "positionTracksRepetition": {
108 "prototype": "montage/ui/repetition.reel", 108 "prototype": "montage/ui/repetition.reel",
109 "properties": { 109 "properties": {
110 "element": {"#": "content_position_tracks"}, 110 "element": {"#": "content_position_tracks"},
111 "isSelectionEnabled" : false 111 "isSelectionEnabled" : false
112 }, 112 },
113 "bindings": { 113 "bindings": {
114 "objects": { 114 "objects": {
115 "boundObject": {"@": "owner"}, 115 "boundObject": {"@": "owner"},
116 "boundObjectPropertyPath": "arrPositionTracks", 116 "boundObjectPropertyPath": "arrPositionTracks",
117 "oneway": false 117 "oneway": false
118 } 118 }
119 } 119 }
120 }, 120 },
121 "positionPropertyTrack" : { 121 "positionPropertyTrack" : {
122 "prototype" : "js/panels/Timeline/PropertyTrack.reel", 122 "prototype" : "js/panels/Timeline/PropertyTrack.reel",
123 "properties" : { 123 "properties" : {
124 "element":{"#": "position_track_base"} 124 "element":{"#": "position_track_base"}
125 }, 125 },
126 "bindings" : { 126 "bindings" : {
127 "propTrackData" : { 127 "propTrackData" : {
128 "boundObject" : {"@" : "positionTracksRepetition"}, 128 "boundObject" : {"@" : "positionTracksRepetition"},
@@ -130,97 +130,97 @@ POSSIBILITY OF SUCH DAMAGE.
130 "oneway" : false 130 "oneway" : false
131 } 131 }
132 } 132 }
133 }, 133 },
134 134
135 "mainCollapser" : { 135 "mainCollapser" : {
136 "prototype" : "js/panels/timeline/Collapser", 136 "prototype" : "js/panels/timeline/Collapser",
137 "properties" : { 137 "properties" : {
138 "element" : {"#" : "content-main"}, 138 "element" : {"#" : "content-main"},
139 "myContent" : {"#":"content-main"}, 139 "myContent" : {"#":"content-main"},
140 "contentHeight" : 60, 140 "contentHeight" : 60,
141 "isLabelClickable" : false, 141 "isLabelClickable" : false,
142 "clicker" : {"#" : "label-main"}, 142 "clicker" : {"#" : "label-main"},
143 "isCollapsed" : true, 143 "isCollapsed" : true,
144 "isAnimated" : true 144 "isAnimated" : true
145 }, 145 },
146 "bindings" : { 146 "bindings" : {
147 "isToggling" : { 147 "isToggling" : {
148 "boundObject" : {"@" : "owner" }, 148 "boundObject" : {"@" : "owner" },
149 "boundObjectPropertyPath" : "isMainCollapsed", 149 "boundObjectPropertyPath" : "isMainCollapsed",
150 "oneway" : false 150 "oneway" : false
151 }, 151 },
152 "bypassAnimation" : { 152 "bypassAnimation" : {
153 "boundObject" : {"@": "owner"}, 153 "boundObject" : {"@": "owner"},
154 "boundObjectPropertyPath" : "bypassAnimation", 154 "boundObjectPropertyPath" : "bypassAnimation",
155 "oneway" : false 155 "oneway" : false
156 } 156 }
157 } 157 }
158 }, 158 },
159 159
160 "positionCollapser" : { 160 "positionCollapser" : {
161 "prototype" : "js/panels/timeline/Collapser",