Draw cue
cue.drawBlock elementAnimation
Presence, drawn rather than faded: strokes are drawn along their own length and fills arrive as the stroke completes. Anything with no stroke to draw fades instead.
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.draw{
curve(expression: x^2)
}(
in: 1
)cue.draw{
line(data: (0,0), (2,2))
}(
in: 1
in-duration: 900ms
)