ImageDuration
Q: What is Image Duration in Scrollsequence?
Let's assume default trigger positions. The total height of Scrollsequence is equal to 100vh + (imageDuration*numberOfImages) for one scene. If there are two scenes, the calc is 100vh + (imageDuration0*numberOfImages0)+ (imageDuration1*numberOfImages1)+…
So, the greater the image duration, the greater is the
height in pixels of the wrapper element that determines how much you need to scroll to complete the animation.