Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions using ‘time’ to change only y-position

  • Filip Vandueren

    March 18, 2007 at 7:18 pm

    try this:

    speed=1;
    position + [0,time]*speed

    position has 2 values, or 3 if it’s a 3D-layer:

    speed=1;
    position + [0,time,0]*speed

  • Mike Clasby

    March 18, 2007 at 7:21 pm

    I think AE assume the x position is being considered if you don’t specify. Since position in terms of x and y is”

    [ position[0], position[1] ]

    try this:

    [position[0], position[1] + time]

    You probably already know, but if you want the movement to be faster, multiply the time by a number, times 8 in the example below:

    [position[0], position[1] + time*8]

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