Highlight cue
cue.highlightBlock elementAnimation
Draws attention to what it wraps: rings push out of the mark's own edge and fade as they grow, twice, in the mark's own colour — the same gesture the interface uses to ring a focused field. Presence is untouched, so it can sit inside a cue or a cue.draw and ring content that cue has already brought in.
Attributes
atImplicit
cue-anchorDefault0
duration
durationDefault1500ms
colour
colourAllowed content
Allowed in
Examples
cue.highlight{
point(x: 4; y: 4; colour: teal)
}(
at: 2
)cue.highlight{
curve(expression: x^2)
}(
at: 1
duration: 2s
colour: orange
)