Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Move Position in increments

  • Kalleheikki Kannisto

    February 21, 2016 at 8:19 am

    x=transform.position[0];
    y=transform.position[1]-Math.floor(timeToFrames()/15)*10;
    [x,y]

  • Kirill Sidewalk

    April 2, 2016 at 5:27 pm

    And how to make this expression start to work at the specific frame when my layer is active in the timeline, and not from begining of composition?

  • Kirill Sidewalk

    April 2, 2016 at 5:29 pm

    And how to make this expression start to work at the specific frame when my layer is active in the timeline, and not from begining of composition?

  • Kalleheikki Kannisto

    April 4, 2016 at 6:38 pm

    I think you just need to change timeToFrames() to timeToFrames(time-inPoint).

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