Anchor Point Pulse

Creates a pulsing scale effect around the layer's anchor point.

Code

amp = 10;
freq = 2;
anchorVal = anchorPoint;
scale + [Math.sin(time*freq)*amp, Math.sin(time*freq)*amp]
anchor pointpulsescaleanimation

How to Use

Add to the Scale property. The layer will pulse in size, pivoting around its anchor point. Adjust frequency and amplitude to change its rhythm.