Forums › Adobe After Effects Expressions › remove parent’s wiggle movement in child
remove parent’s wiggle movement in child
Peter Zeet
November 28, 2019 at 5:54 pmhi!
do you know if there is a way to counterpart a parent’s wiggle?
I have a wiggle applied to a null (which is traveling in X ) , but I need its child null to get rid of his parent’s wiggle and have the paren’ts non wiggled movement
I gave a try with some smooth, or negative values, but no luck at all, any suggestion will be more than welcome!
thanks!Dan Ebberts
November 28, 2019 at 8:47 pmSee if this works:
seedRandom(parent.index-1);
value – (wiggle(1,100)-value)Dan
Dan Ebberts
November 28, 2019 at 8:48 pmForgot to mention that you have to use the same wiggle formula that the parent uses.
Dan
Peter Zeet
November 29, 2019 at 12:23 pmworks great! thanks!!
Viewing 1 - 4 of 4 posts
Log in to reply.