diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:46:05 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:47:32 +0100 |
commit | 14b00ff23a912494edc7f146e668c40ca82b8508 (patch) | |
tree | f7f4e592ccb935bc312cfa0cfc3c0cbbe444970d /presentations/automotive-linux-summit-2012/none.json | |
download | yocto-docs-master.tar.gz |
Migrated from the internal git server on the dora-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 | ] | ||