diff options
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | 286 |
1 files changed, 143 insertions, 143 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html index 1889e41b..0bc6f8e4 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE html> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
@@ -29,9 +29,9 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
29 | POSSIBILITY OF SUCH DAMAGE. | 29 | POSSIBILITY 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", |