Wiggle on Puppet Tool

This tutorial covers how to apply expressions to the x and y positions separately in the puppet tool. In the previous tutorial, Wiggle on Position, I showed you how to apply a wiggle position to x and y separately using the Separate Dimensions option. The puppet tool in After Effects doesn’t have this option so we have to use an expression to achieve the same effect. In this tutorial we use the following expression: w= wiggle(3,25); [w[0],value[1]] Wiggle (5,10) means wiggle 5 times a second 10 pixels.
Back to Top