Forum Replies Created

  • Andrew Marchand

    January 6, 2022 at 4:27 pm in reply to: Expressions Stop Working when Applying Keyframes

    Nevermind. Figured it out based off an old post from 2014 on this forum:

    comp("1_MAIN COMP").layer("Profile").effect("Page Scroll")("Slider")
    C = comp("1_MAIN COMP");
    ctrl = C.layer("Profile").effect("Page Scroll")("Slider");
    L = C.layer(thisComp.name);
    ctrl.valueAtTime(time+L.startTime)

    And for the other:

    comp("1_MAIN COMP").layer("Nav Bar").effect("Dropdown Menu Control")("Menu")*thisComp.frameDuration-thisComp.frameDuration 
    C = comp("1_MAIN COMP");
    ctrl = C.layer("Nav Bar").effect("Dropdown Menu Control")("Menu");
    L = C.layer(thisComp.name); ctrl.valueAtTime(time+L.startTime)*thisComp.frameDuration-thisComp.frameDuration

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