diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:38:37 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:38:37 +0200 |
commit | 067445c1487c1a73e0ee8a9ae3e82d446406ab57 (patch) | |
tree | d47aa232ce1c82cf47aa348f20902937e073239a /presentations/automotive-linux-summit-2012/none.json | |
download | yocto-docs-daisy.tar.gz |
initial commit for Enea Linux 4.0daisy
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'presentations/automotive-linux-summit-2012/none.json')
-rw-r--r-- | presentations/automotive-linux-summit-2012/none.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/presentations/automotive-linux-summit-2012/none.json b/presentations/automotive-linux-summit-2012/none.json new file mode 100644 index 0000000..ab050bf --- /dev/null +++ b/presentations/automotive-linux-summit-2012/none.json | |||
@@ -0,0 +1,50 @@ | |||
1 | [{ | ||
2 | "type":"ClutterGroup", | ||
3 | "id":"actor", | ||
4 | "rotation-center-z-gravity":"center", | ||
5 | "scale-gravity":"center", | ||
6 | "children":[ | ||
7 | { | ||
8 | "id":"background", | ||
9 | "type":"ClutterGroup", | ||
10 | "rotation-center-z-gravity":"center", | ||
11 | "scale-gravity":"center" | ||
12 | }, | ||
13 | { | ||
14 | "type":"ClutterGroup", | ||
15 | "children":[ | ||
16 | { | ||
17 | "id":"midground", | ||
18 | "type":"ClutterGroup", | ||
19 | "rotation-center-z-gravity":"center", | ||
20 | "scale-gravity":"center" | ||
21 | }]}, | ||
22 | { | ||
23 | "id":"foreground", | ||
24 | "type":"ClutterGroup", | ||
25 | "rotation-center-z-gravity":"center", | ||
26 | "scale-gravity":"center" | ||
27 | } | ||
28 | ]} | ||
29 | ,{ | ||
30 | "type":"ClutterState", | ||
31 | "id":"state", | ||
32 | "duration":1, | ||
33 | "transitions":[ | ||
34 | { | ||
35 | "source":null, | ||
36 | "target":"pre", | ||
37 | "keys": [["actor", "opacity", "linear", 0]] | ||
38 | }, | ||
39 | { | ||
40 | "source":null, | ||
41 | "target":"show", | ||
42 | "keys": [["actor", "opacity", "linear", 255]] | ||
43 | }, | ||
44 | { | ||
45 | "source":null, | ||
46 | "target":"post", | ||
47 | "keys": [["actor", "opacity", "linear", 0]] | ||
48 | } | ||
49 | ]} | ||
50 | ] | ||