-
Linear() time offset
Hi forum,
I have a controller with 2 hold key frames given value 0 and 100
and I link it to opacity properties with delay.
Controller = effect(“Slider Control”)(“Slider”);
delay = 0.5;
linear(controller.valueAtTime(time-delay),100,0)
How can I opacity 0 before delay started? I attached aep file for example target