-
inPoint + linear weirdnesss
I am trying to do a simple linear move starting from inPoint over the duration of the layer. Worked perfectly on first layer I put it on but other layers are starting before their inPoint. Anyone help me understand why?
transition = 60; // transition time in frames
tSecs = transition / ( 1 / thisComp.frameDuration); // convert to seconds
linear(time, inPoint, inPoint + tSecs, 0, -200)