Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Adding wiggle to toComp

  • Adding wiggle to toComp

    Posted by Navarro Parker on April 8, 2013 at 3:56 pm

    We all know the standard expression for linking a 2D property to a 3D null.

    L = thisComp.layer(“Null 1”);
    L.toComp(L.anchorPoint)

    But would I add a wiggle to that? (tried adding .transform.position.wiggle(1,20) to the end, but no worky).

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

    April 8, 2013 at 5:58 pm

    This should work:

    L = thisComp.layer(“Null 1”);
    L.toComp(L.anchorPoint.wiggle(1,20))

    Dan

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