From 933bb2c7d65564d5738346dc527535e0bc6b268d Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Thu, 19 Dec 2024 13:46:58 -0500 Subject: [PATCH] =?UTF-8?q?Took=20baby=20steps=20toward=20content=20?= =?UTF-8?q?=F0=9F=90=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipe/0560-resources-on-a-timeline/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipe/0560-resources-on-a-timeline/index.md b/recipe/0560-resources-on-a-timeline/index.md index cfbdf8598..0d1b9f1e8 100644 --- a/recipe/0560-resources-on-a-timeline/index.md +++ b/recipe/0560-resources-on-a-timeline/index.md @@ -11,14 +11,15 @@ topic: ## Use Case -Describe the use case that the pattern is intended to solve. -Why is this pattern important? +You have a group of photographs taken in a temporal sequence that you would like to present as a simulation of animation, in the manner of a zoetrope. ## Implementation Notes What do you need to know to use this pattern? How do you implement the pattern? +This recipe is very similar to [Composition from Multiple Images][0036], which describes using multiple IIIF resources on a single Canvas. The substantial difference between that recipe and this one is the incorporation of the `duration` property and timing fragment references in the `target` URLs. + ## Restrictions When is this pattern is usable / not usable? Is it deprecated? If it uses multiple specifications, which versions are needed, etc.? @@ -44,3 +45,5 @@ Provide a bulleted list of related recipes and why they are relevant. {% include acronyms.md %} {% include links.md %} + +* [Composition from Multiple Images][0036] for using multiple IIIF resources on a single Canvas