-
valueAtTime is not a function
Hi everyone,
Is there a way to to make this expression work?
w = effect("Slider Control")("Slider")+1;
w.valueAtTime(time-0.01)The “+1” is the problem. I guess it is not related to time therefore the “.valueAtTime” can’t work with it (this is my guess maybe I’m wrong).
A simple solution would be to add the “+1” at the end of the last line BUT what if you really need this extra value to be taken into account in the “w” variable? And in a single expression (no extra slider created).Have a nice day!