Smoothens out the jittery motion of a property over time.
smooth(width = 0.2, samples = 5)
Smoothing out the jittery motion of a handheld camera by averaging out its position over time.
Perfect for elements that need stable orientation despite parent layer rotations, like fixed icons or labels.
Ideal for creating interaction effects, like eyes or arrows that follow a moving object.
Scaling an object based on its distance from another object in the scene.
Aligning a layer to always face a target layer.
Gradually increasing a layer’s scale from 50% to 150% over 2 seconds.
Fading a color from white to black over 5 seconds.