Introducing v3 — a new editor, faster engine, and more.

See what's new

KeyFrames

Motion-tracking overlay — trackers hunt and follow features in the content, dropping keyframe diamonds behind them along their motion paths, like a compositor mid-track

Props

trackersnumber
Default:12
Number of simultaneous trackers.
detect"bright" | "dark" | "alpha" | "red" | "green" | "blue"
Default:bright
What the trackers hunt for.
thresholdnumber
Default:0.15
Feature floor — content scoring below this doesn't count as trackable at all.
variancenumber
Default:0.8
Spread of tracker preferences — 0 hunts only the strongest features, 1 distributes trackers across the whole brightness range.
agilitynumber
Default:0.5
How fast trackers travel and how wide they search.
lifespannumber
Default:6
Seconds a tracker follows its target before retiring and reacquiring elsewhere. 0 = track forever.
trailnumber
Default:1
Visibility of the keyframe trail each tracker leaves behind.
markerSizenumber
Default:28
Tracker gizmo size in pixels.
lineWidthnumber
Default:1.5
Stroke width in pixels.
markerColorstring
Default:#54d66b
Tracker gizmo color.
keyframeColorstring
Default:#ffcf33
Keyframe diamond color.
pathColorstring
Default:#ffffffb8
Motion path color.

Usage

<Shader>
  <KeyFrames>
    <Circle />
  </KeyFrames>
</Shader>