-
combine two different expressions
I have to different expressions for one parameter. First drive actually value, second drive it`s timing. I want to put them together, and it worked until I restart AE.
Now only last part works. If I delete it, first part also works separately.
Is there a way to get it to work together?x=thisComp.layer("Jim_main_ctrlr").effect("step_height_correction")("Slider");
y=key(3).value
value=(value-y)*x+y;
valueAtTime((thisComp.layer("Jim_auto_body").effect("Morpher")(1)-thisComp.displayStartTime/thisComp.frameDuration)*thisComp.frameDuration);