Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity › Forums › Adobe After Effects › expression just effecting the x scale

  • expression just effecting the x scale

    Posted by Geoff Lillemon on September 24, 2006 at 8:10 pm

    hi there, is there a way to set an expression to just effect the x scale of a layer and not the x and y

    thanks alot
    geoff

    Geoff Lillemon replied 20 years ago 2 Members · 2 Replies
  • 2 Replies
  • Brian Charles

    September 24, 2006 at 10:17 pm

    newValue = random(100);
    xScale = transform.scale[0];
    yScale = newValue;
    [xScale,yScale]

    Where newValue is what you want the y scale to be.

    The example above uses a random function to produce a value but you could use any method you want here — even an expression slider to keyframe y Scale.

  • Geoff Lillemon

    September 25, 2006 at 1:38 am

    oh thanks alot,

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