-
Linear time delay
Hi forum,
I have 3 layers with same inPoint at 0.00 time.
Each layer have linear() interpolation expression.How can i add delay (by slider) to time without arrange layer stagger.
Need help.
Thanks.moveDuration = 1.5
moveStart = inPoint
moveEnd = moveStart+moveDuration;
linear(time, inPoint, inPoint + moveDuration, 0, moveDuration);
Sorry, there were no replies found.