Cue
cueBlock elementAnimation
Presence on the timeline: what it wraps fades in at its `in:` anchor and out at its `out:` anchor. The rest of the cue family nests inside it — a highlight or a trace acts on content a cue has already brought in.
Attributes
inImplicit
optional-cue-anchorDefaultnone
Anchor: a step index (1), a time (1.5s), or a compound offset (1 + 500ms). Hides at this anchor.
Defaultnone
Allowed content
Allowed in
Examples
cue{
point(x: 1; y: 2)
}(
in: 1
out: 3
)cue{
Reveal this text
}(
in: 2
)