Skip to content

Commit

Permalink
Shortened durations to make testing easier ➖⏰
Browse files Browse the repository at this point in the history
  • Loading branch information
triplingual committed Dec 13, 2024
1 parent 2715e0c commit 8b81b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/0560-resources-on-a-timeline/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "Canvas",
"height": 2572,
"width": 3764,
"duration": 16,
"duration": 2,
"items": [
{
"id": "{{ id.path }}/page/p1/1",
Expand All @@ -34,7 +34,7 @@
}
]
},
"target": "{{ id.path }}/canvas#t=0,5"
"target": "{{ id.path }}/canvas#t=0,1"
},
{
"id": "{{ id.path }}/annotation/p0001a-image",
Expand All @@ -54,7 +54,7 @@
}
]
},
"target": "{{ id.path }}/canvas#t=5.1,10"
"target": "{{ id.path }}/canvas#t=1,2"
}
]
}
Expand Down

0 comments on commit 8b81b6f

Please sign in to comment.