Forum Replies Created

  • Ramiro Dall’agnese

    July 5, 2019 at 2:35 pm in reply to: Find Lines of Paragraph

    Fantastic. Thank you so much

  • Ramiro Dall’agnese

    July 4, 2019 at 7:02 pm in reply to: Find Lines of Paragraph

    It’s smaller than the comp. About half size.
    It’s meant to only fit a max of 4 lines.

    What I need is the text box to automatically tell a slider how many lines the box is currently holding. Whether it’s 1, 2, 3 or 4.

  • This worked in terms of animating the layer if the other layer is enabled. Granted, it’s tied to the position of the layer’s starting point, but it works for what I’m trying to achieve. Now I can just hide the capitals comps and have the working space a little tidier.

    Thanks a lot!

    fadeInTime = .5;

    if(thisComp.layer("5 CONNECTICUT").enabled)Math.min(linear(time,inPoint,inPoint + fadeInTime,0,90));;
    else 0;

  • Thank you both for getting back. I appreciate it. I’ll see how I can work it out.

    In essence – what I want to do – is have the capitals of each corresponding State only appear if that State is enabled. I can’t simply place the capital in the State comp because the Capital names overlap other States and may end up behind another State’s outline, that’s why I want to have them in separate comps. Maybe there’s another solution?

    Thanks!

  • Ramiro Dall’agnese

    May 1, 2018 at 10:58 pm in reply to: Activating animation with slider control

    Hi, thanks for answering. I’ve scratched that part of the template for now. I figured out how to animate it, but there were a ton of other issues that I wouldn’t be able to solve for now.

    I have a separate question, however:

    I’m want a layer’s opacity to animate from 0-100 depending on whether another layer is enabled or not. If it’s enabled I want it to animate, if it’s not then I just want it to stay at 0. Is this possible?

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