Creates a scaling effect that grows exponentially.
Contributed by:
"$" + Math.floor(1000 * Math.exp(time)).toString();
You want to animate a text layer that shows a price or number increasing exponentially, simulating the effect of fast-growing numbers.
Use it for buttons, callouts, or background elements that need to draw subtle attention.
Perfect for adding motion blur, elastic effects, or reactive animations tied to movement speed.
Trigger effects based on how fast an object moves - great for physics-based animation or speed-based visuals.
Useful for building tiled image galleries, infographic layouts, or grid-based animations.
Perfect for glitchy title intros, logo reveals, or simulating digital boot-up effects.
Great for animating satellites, planets, or circular motion effects.