Forum Replies Created

  • ‘SMR 겜댕

    February 10, 2021 at 3:37 pm in reply to: Hello, I have a question about the keyframe expression

    The position is still moving. How can it not move when the check box is turned off?

  • ‘SMR 겜댕

    February 10, 2021 at 3:33 pm in reply to: Hello, I have a question about the keyframe expression

    The above information was put in the expression as it is, but in the check box It doesn’t seem to work to turn keyframes on and off What should I do..??

  • ‘SMR 겜댕

    February 10, 2021 at 2:43 pm in reply to: Hello, I have a question about the keyframe expression

    +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)

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy