Looping Scale Pulse
Creates a pulsing effect by slightly increasing and decreasing the scale repeatedly.
Code
pulseAmp = 5;
pulseFreq = 1;
value + pulseAmp * Math.sin(pulseFreq * time)
scalerepeatanimation
How to Use
Use this expression on the Scale property to add a gentle pulsing effect. Adjust `pulseAmp` and `pulseFreq` for different pulse intensities and speeds.