Adds an overshoot or bounce-back effect after an animation.
Contributed by:
value + (value - valueAtTime(time - 0.1)) * 2
Adding an overshoot effect to the scale property, causing it to bounce back slightly after reaching its final value.
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.
Recreates the classic DVD logo bounce effect for motion design, screen savers, or fun retro animations.