entrances

TrackingIn

Text begins spread wide and contracts to its resting letter-spacing on the house spring, fading and sharpening from a soft blur as it settles. A cinematic title entrance with no overshoot.

$ npx ondajs add tracking-in

TrackingIn

The text begins spread wide and contracts to its resting tracking on the house spring, fading — and optionally sharpening from a soft blur — as it settles. A confident, cinematic title entrance with no overshoot. Best on short, uppercase display copy.

Props

PropTypeDefaultNotes
textstring"Onda"The text to settle in.
delaynumber0Frames before the entrance.
durationnumber24Frames until settled.
colorstring#F2F2F4Text color.
fromTrackingnumber (em)0.5Starting letter-spacing.
trackingnumber (em)-0.02Resting letter-spacing.
blurbooleantrueSharpen from a soft blur.
fontSize / sizenumber / role96Explicit px or canvas-aware role.
fontFamily, fontWeight, lineHeight, aligndisplay defaultsTypography vocabulary.
placementregion or {x,y,anchor}Canvas placement.

Usage

TSX
import { TrackingIn } from './components/onda/tracking-in/TrackingIn';

export const TitleScene = () => (
  <TrackingIn text="ONDA" placement="center" />
);