Spotlight cue
cue.spotlightBlock elementAnimation
Takes the rest of the pane down — the other marks, the grid and the axes — and leaves what it wraps lit. Purely the dimming: nothing is drawn on the content itself, so pair it with a cue.highlight where a ring is wanted too.
Attributes
atImplicit
cue-anchorDefault0
Allowed content
Allowed in
Examples
cue.spotlight{
curve(expression: x^2)
}(
at: 1
)cue.spotlight{
point(x: 2; y: 4)
}(
at: 2
duration: 4s
)