I've been wondering how I can get an element to stay in position for a certain section of the scroll before it moves, zooms, fades out. This could be achieved by adding a delay to the animations so they don't start to animate for a certain number of pixels. So if you use a MoveOut function and add a delay of 20 then it will stay in its required position and not start to move out for the 20 pixels of scroll. Another option would be to add a sticky property so when using this option to position the element you also set how long it has to stay in position before it outros.
Does this make sense?