With some help I created a slideshow using Lerp, clamp & Dt expressions.
The slideshow scrolls from slide to slide when you press a Date Button.
I want the Slideshow to start from the Middle of the canvas (1963 button) so you could hypothetically choose to scroll left, right or down to another slide.
I tried implementing a Position Junp to '1963':
Sys > on start of layout > Scroll X 2728, Y 255.
This works ONLY when I disable the lerp Slide Scrolling. This means when a button is pressed the Slideshow won't scroll from slide to slide.
I also tried to use a Lerp function to specifically jump to the above X,Y position at the start of layout but this would also interfere with the Slide Scrolling. I'm not sure how to integrate the Position Jump with Slide Scrolling without one of them breaking.
Capx: failed solution :(
Demo of Slideshow scrolling
Thanks!