From 8b81b6fc673c521ba3dc96580c784b0d7b95a6be Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Fri, 13 Dec 2024 08:45:20 -0500 Subject: [PATCH] =?UTF-8?q?Shortened=20durations=20to=20make=20testing=20e?= =?UTF-8?q?asier=20=E2=9E=96=E2=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipe/0560-resources-on-a-timeline/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/0560-resources-on-a-timeline/manifest.json b/recipe/0560-resources-on-a-timeline/manifest.json index 0e363adf3..0e939bdb6 100644 --- a/recipe/0560-resources-on-a-timeline/manifest.json +++ b/recipe/0560-resources-on-a-timeline/manifest.json @@ -10,7 +10,7 @@ "type": "Canvas", "height": 2572, "width": 3764, - "duration": 16, + "duration": 2, "items": [ { "id": "{{ id.path }}/page/p1/1", @@ -34,7 +34,7 @@ } ] }, - "target": "{{ id.path }}/canvas#t=0,5" + "target": "{{ id.path }}/canvas#t=0,1" }, { "id": "{{ id.path }}/annotation/p0001a-image", @@ -54,7 +54,7 @@ } ] }, - "target": "{{ id.path }}/canvas#t=5.1,10" + "target": "{{ id.path }}/canvas#t=1,2" } ] }