Forum Replies Created

Page 1 of 16
  • Justin Crowell

    November 12, 2024 at 5:32 pm in reply to: Use markers to drive text highlight and fade

    Sorry to waffle on this but…it looks like my client wants it the way I had it initially, so:

    Basically I just want to emulate what it looks like if you add a linear keyframe to the offset every time we hit a marker. So I’d like to use either a linear or ease function to go to the next offset value each time we arrive at a marker. No need to do the complex fade-down stuff, I think.

  • Justin Crowell

    November 10, 2024 at 9:10 pm in reply to: ValueAtTime + easing, controlled by marker

    You’re a genius, Dan. Thanks again for everything.

  • Justin Crowell

    November 9, 2024 at 7:48 pm in reply to: ValueAtTime + easing, controlled by marker

    I have a path that is animating constantly with the path parameter itself keyframed. When a certain end-point is triggered, I want that path to smoothly animate to its end-state. And it’s different for each asset I’m doing, so I want to be able to just drag the marker to set that end-point.

    I would have done it with scale or something like that, but unfortunately the project was handed to me with animated paths.

  • Justin Crowell

    November 9, 2024 at 7:05 pm in reply to: ValueAtTime + easing, controlled by marker

    Thanks Dan. I think the problem with this is that I’m using ValueAtTime to animate between two paths, which is why I was trying to do it all with the frame number. Looks like I can’t ease between two paths this way.

  • Justin Crowell

    November 8, 2024 at 10:14 pm in reply to: ValueAtTime + easing, controlled by marker

    Whelp…I guess I spoke too soon. It only works if there are no keyframes on the timeline after the marker point. If there ARE keyframes, it kind of bounces back and forth between my easing expression and whatever those keyframes are doing. So it’s super jumpy. I wonder how to ignore those keyframes.

  • Justin Crowell

    November 8, 2024 at 10:04 pm in reply to: ValueAtTime + easing, controlled by marker

    Wow, I’m kind of proud of myself…figured this out on my own! Here is what I used:

    markerTime = thisLayer.marker.key(“End”).time;

    if (time>=markerTime) {

    z = ease(time,markerTime,markerTime+1,markerTime,20);

    valueAtTime(z);

    }

    else {valueAtTime(time);}

  • Justin Crowell

    November 8, 2024 at 8:54 pm in reply to: Move layer by random amount over time interval

    Thanks again, Dan! We actually adjusted the gap to 14 frames for now and that seemed to fix it, but I will check this one out as well. Appreciate your time.

  • Justin Crowell

    November 7, 2024 at 10:15 pm in reply to: Move layer by random amount over time interval

    Hey Dan,

    The expression works great–but it looks like it has sort of a hitch at around 4 seconds (video attached). IF it helps, I’m working in 23.98.

    Thanks again for the help!

  • Justin Crowell

    October 28, 2024 at 9:49 pm in reply to: Move layer by random amount over time interval

    This is amazing! Thank you so much, Dan!

  • Justin Crowell

    October 28, 2024 at 8:55 pm in reply to: Move layer by random amount over time interval

    Thanks so much Dan! And yes, definitely want the motion to all occur around the same position.

    The only issue here is that I need the object to move for 5 frames, pause for 15, and repeat.

Page 1 of 16

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