Looping Position Bounce
Adds a repeating bounce motion to the position.
Code
bounceHeight = 20;
freq = 1;
value + [0, bounceHeight * Math.abs(Math.sin(freq * time))]
positionrepeatanimation
How to Use
Apply to the Y position for a bouncing effect. Ideal for icons or buttons that need an attention-grabbing animation.