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