From 8d6eac5a7e492d423e9e048b4fd74542562b5e46 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 16 Aug 2023 20:14:40 +0200 Subject: [PATCH] Created Slide Show condition (markdown) --- Slide-Show-condition.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Slide-Show-condition.md diff --git a/Slide-Show-condition.md b/Slide-Show-condition.md new file mode 100644 index 0000000..a0a9acf --- /dev/null +++ b/Slide-Show-condition.md @@ -0,0 +1,10 @@ +The "Slide show" [macro](Macros) condition allows you to check ... + + * if a slide changed. (1) + * what the current slide index is. (2) + * what the path to the currently displayed image is. (3) + +[Variables](Variables) are supported for both, the slide index (2) as well as the path (3) selection. +Note that the conditions can only be checked / changed every time a slide changes. (This can be configured with the "Time Between Slides" setting of the Image Slide Show source) + +![SlideShow](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/e0285433-8daa-4514-b8e2-1bfe0f900448)