summaryrefslogtreecommitdiff
path: root/tests/data/test-script-interval.json
blob: 35fe5c22c485e7f5bc34da7e1ea1365d22930fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
  }
]