-
Delaying a layer start point based on x position
Hi all,
I am making an animation in the style of a credit sequence or endless scroll, vertically.
All the objects on the scroll are moving vertically at a speed based on a simple slider control:[value[0],time*comp(“Master”).layer(“Speed Control”).effect(“Slider Control”)(“Slider”)+value[1]]
The items in the scroll are are precomps with animation inside.
I want to keep the speed of the entire comp flexible, so I can change the overall rate of the scroll with the slider, but I don’t want to change the speed of the animation within each scrolling precomp (hence cannot timeremap entire comp).
I’m looking for a time remapping or time delay expression that will start the layer once the layer has passed x height 0 so that it’s triggered once it enters the frame. Any idea how I can delay a layer so that it is triggered based on an x-height threshold?
Thanks!