summaryrefslogtreecommitdiff
path: root/tests/data/test-script-interval.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test-script-interval.json')
-rw-r--r--tests/data/test-script-interval.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/data/test-script-interval.json b/tests/data/test-script-interval.json
new file mode 100644
index 000000000..35fe5c22c
--- /dev/null
+++ b/tests/data/test-script-interval.json
@@ -0,0 +1,16 @@
+[
+ {
+ "id" : "int-1",
+ "type" : "ClutterInterval",
+ "value-type" : "gfloat",
+ "initial" : 23.3,
+ "final" : 42.2
+ },
+ {
+ "id" : "int-2",
+ "type" : "ClutterInterval",
+ "value-type" : "ClutterColor",
+ "initial" : "red",
+ "final" : "blue"
+ }
+]