Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Loosing inverted proportionally when loopout

  • Loosing inverted proportionally when loopout

    Posted by Eden Exposito on April 24, 2009 at 12:12 pm

    Hi!!
    I put this expression in scale (2D Solid)
    ———
    x=value[0]*(value[0]/value[1]);
    y=value[1]*(value[1]/value[0]);
    [x,y]
    ———
    And work well, the layer scale inverted proportionally, but if i add this
    —–
    loopOutDuration(type = “cycle”, duration = 0)
    —–
    suddendly i loose the inverted proportionally that i had created.

    Why? I dont know…

    Dan Ebberts replied 17 years ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    April 24, 2009 at 1:14 pm

    Try it this way:

    v = loopOutDuration(type = “cycle”, duration = 0);
    x=v[0]*(v[0]/v[1]);
    y=v[1]*(v[1]/v[0]);
    [x,y]

    Dan

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