1
0
mirror of https://github.com/brl/mutter.git synced 2025-01-30 05:12:21 +00:00
mutter/tests/data/test-script-timeline-markers.json
Emmanuele Bassi 3f4bd0d9d4 conform: Add markers parsing to the timeline unit
We should check that the newly added custom parser for timeline
markers is working as intended.
2011-11-27 12:19:40 +00:00

12 lines
223 B
JSON

{
"id" : "timeline0",
"type" : "ClutterTimeline",
"duration" : 1000,
"markers" : [
{ "name" : "marker0", "time" : 250 },
{ "name" : "marker1", "time" : 500 },
{ "name" : "marker2", "time" : 750 }
]
}