-
Adding wiggle to toComp
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).