Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Transform layer +180px on Y axis , hold for 10 frames and repeat forever…

  • Transform layer +180px on Y axis , hold for 10 frames and repeat forever…

    Posted by Kev Craven on June 27, 2013 at 3:09 pm

    Hopefully I’ve got my message across in the title?

    I am creating scrolling text. I have my text object with about 20 lines each with a different word, these words need to move into the holding position, which will be +180 pixels, then it needs to hold for 12 frames and then move another 180 frames and repeat the process until the end of the comp.

    Any ideas?

    Dan Ebberts replied 13 years, 1 month ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    June 27, 2013 at 4:16 pm

    Like this maybe:

    i = Math.floor(timeToFrames(time-inPoint)/12);
    value + [0,180*i]

    Dan

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