Heartbeat Scale
Simulates a heartbeat effect by scaling up and down in pulses.
Code
amp = 10;
freq = 1;
value + amp * Math.sin(freq * time)
animationscalerepeat
How to Use
Use on the Scale property of any layer to give it a pulsing heartbeat effect. Best for circular shapes or icons to simulate lifelike movement.