aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Tween.reel/Tween.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-13 11:59:19 -0800
committerArmen Kesablyan2012-02-13 11:59:19 -0800
commit90d0c8c0e98d062c628c061fe5765ce991fda409 (patch)
tree9780e9dcf475bf319f3cacc1a1ad52fcf9f133af /js/panels/Timeline/Tween.reel/Tween.html
parent8110e01dc5093ac6baf621103dcaa5f769e5be92 (diff)
parente142611e22718b1f1d1696902ad9161ec5f33f98 (diff)
downloadninja-90d0c8c0e98d062c628c061fe5765ce991fda409.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Conflicts: css/ninja.css js/stage/stage.reel/stage.html js/tools/TextTool.js node_modules/labs/rich-text-editor.reel/rich-text-editor.css node_modules/labs/rich-text-editor.reel/rich-text-editor.html node_modules/labs/rich-text-editor.reel/rich-text-editor.js node_modules/labs/rich-text-editor.reel/rich-text-resizer.js node_modules/labs/rich-text-editor.reel/rich-text-sanitizer.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Tween.reel/Tween.html')
-rw-r--r--js/panels/Timeline/Tween.reel/Tween.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.html b/js/panels/Timeline/Tween.reel/Tween.html
new file mode 100644
index 00000000..307dcd02
--- /dev/null
+++ b/js/panels/Timeline/Tween.reel/Tween.html
@@ -0,0 +1,48 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <link rel="stylesheet" type="text/css" href="css/Tween.css">
6 <script type="text/montage-serialization">
7 {
8 "owner": {
9 "module": "js/panels/Timeline/Tween.reel",
10 "name": "Tween",
11 "properties": {
12 "element": {"#": "tweenspace"},
13 "keyframe": {"@": "keyframe"},
14 "span": {"@": "span"},
15 "tweencontainer": {"#": "tweencontainer"}
16 }
17 },
18
19 "span": {
20 "module": "js/panels/Timeline/Span.reel",
21 "name": "Span",
22 "properties": {
23 "element": {"#": "span_container"}
24 }
25 },
26
27 "keyframe": {
28 "module": "js/panels/Timeline/Keyframe.reel",
29 "name": "Keyframe",
30 "properties": {
31 "element": {"#": "keyframe_container"},
32 "containingSpan": {"@": "span"}
33 }
34 }
35 }
36 </script>
37 </head>
38 <body>
39
40 <div id="tweenspace">
41 <div id="tweencontainer" class="tween_container">
42 <div id="span_container"></div>
43 <div id="keyframe_container"></div>
44 </div>
45 </div>
46
47 </body>
48</html> \ No newline at end of file