Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Animating position with fixed values and irregular intervals.

  • Animating position with fixed values and irregular intervals.

    Posted by Benjamin Thompson on September 29, 2020 at 1:35 am

    I’ve been using Dan’s solution (from an old post) on a project but I’m struggling on how to make it have irregular intervals, without jumping every frame and always moving up on Y.

    Any ideas?

    moveTime = .3;
    holdTime = 4.7;
    delta = [0,-5];

    seg = Math.floor(time/(moveTime+holdTime));
    t = time % (moveTime+holdTime);
    value + delta*seg + linear(t,holdTime,holdTime+moveTime,0,delta)

    Benjamin Thompson replied 5 years, 7 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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