+add
Fortunately
I found a way to adjust the speed at the keyframe,
but
I found a speed control on keyframes
I don’t know how to add a check box expression here
———————————————————-
spd =thisComp.layer(“Effect”).effect(“slider controll”)(“slider”);
accum = 0;
for (i = timeToFrames(inPoint); i <= timeToFrames(time); i++){
accum += spd.valueAtTime(framesToTime(i));
}
value + accum*thisComp.frameDuration;
——————————————————————-
Please let me know how to add the expression below here.
——————————————————————————–
if(effect(“checkbox control”)(“check”)==true)