Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Null changing opacity with falloff

  • Othman Ahmed

    December 15, 2020 at 8:36 pm

    // This might help you.

    nullPointer = thisComp.layer(“your null name”).transform.position;

    thisPsotion = transform.position;

    // add a slider effect to the null.

    falloff = thisComp.layer(“your null name”).effect(“Slider Control”)(“Slider”);

    l = length(nullPointer,thisPsotion);

    i = linear(l,0,falloff,100,0)

    // just change the value of the slider control to get the result you looking for.

  • Gus Favoreto

    December 15, 2020 at 8:47 pm

    Thanks, Othman.

    But when I change the slider value, the opacity turn 0, even if it is 0,1

  • Othman Ahmed

    December 16, 2020 at 3:53 pm

    Did you paste the expression to the all block’s opacity property?

  • Gus Favoreto

    December 16, 2020 at 6:22 pm

    Cool, did work. But it has fade on both sides. I would like to have just the tail.

    But worked well.

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