From 1095cfa74ecc524fb5d945a07df17e54acc60d25 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:49:52 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../automotive-linux-summit-2012/none.json | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 presentations/automotive-linux-summit-2012/none.json (limited to 'presentations/automotive-linux-summit-2012/none.json') 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 @@ +[{ + "type":"ClutterGroup", + "id":"actor", + "rotation-center-z-gravity":"center", + "scale-gravity":"center", + "children":[ + { + "id":"background", + "type":"ClutterGroup", + "rotation-center-z-gravity":"center", + "scale-gravity":"center" + }, + { + "type":"ClutterGroup", + "children":[ + { + "id":"midground", + "type":"ClutterGroup", + "rotation-center-z-gravity":"center", + "scale-gravity":"center" + }]}, + { + "id":"foreground", + "type":"ClutterGroup", + "rotation-center-z-gravity":"center", + "scale-gravity":"center" + } + ]} + ,{ + "type":"ClutterState", + "id":"state", + "duration":1, + "transitions":[ + { + "source":null, + "target":"pre", + "keys": [["actor", "opacity", "linear", 0]] + }, + { + "source":null, + "target":"show", + "keys": [["actor", "opacity", "linear", 255]] + }, + { + "source":null, + "target":"post", + "keys": [["actor", "opacity", "linear", 0]] + } + ]} +] -- cgit v1.2.3-54-g00ecf