Skip to content

Commit

Permalink
Condensed back to one Canvas per cookbook authors discussion ⏮️
Browse files Browse the repository at this point in the history
Also cleaned up some IDs, but that's not the headline
  • Loading branch information
triplingual committed Jan 24, 2025
1 parent 98e9668 commit 26e2087
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions recipe/0560-resources-on-a-timeline/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@
"height": 2572,
"width": 3764,
"duration": 4.0,
"behavior": [
"auto-advance"
],
"items": [
{
"id": "{{ id.path }}/canvas1/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "{{ id.path }}/canvas1/annotation/p0001-image",
"id": "{{ id.path }}/canvas1/annotation/p1a1-image",
"type": "Annotation",
"motivation": "painting",
"body": {
Expand All @@ -43,28 +40,10 @@
}
]
},
"target": "{{ id.path }}/canvas1"
}
]
}
]
},
{
"id": "{{ id.path }}/canvas2",
"type": "Canvas",
"height": 2572,
"width": 3764,
"duration": 4.0,
"behavior": [
"auto-advance"
],
"items": [
{
"id": "{{ id.path }}/canvas2/page/p1/1",
"type": "AnnotationPage",
"items": [
"target": "{{ id.path }}/canvas1&t=0,2"
},
{
"id": "{{ id.path }}/canvas2/annotation/p0001a-image",
"id": "{{ id.path }}/canvas1/annotation/p1a2-image",
"type": "Annotation",
"motivation": "painting",
"body": {
Expand All @@ -81,7 +60,7 @@
}
]
},
"target": "{{ id.path }}/canvas2"
"target": "{{ id.path }}/canvas1&t=2,4"
}
]
}
Expand Down

0 comments on commit 26e2087

Please sign in to comment.