cue.draw
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
Anchor: a step index (1), a time (1.5s), or a compound offset (1 + 500ms). Reveals at this anchor.Can be written as shorthand: cue.draw:value
Default
noneAnchor: a step index (1), a time (1.5s), or a compound offset (1 + 500ms). Hides at this anchor.
Default
noneeasing
Default
smooth#Allowed content
#Allowed in
#Examples
cue.draw{
curve(expression: x^2)
}(
in: 1
)cue.draw{
line(x: 0, 2; y: 0, 2)
}(
in: 1
in-duration: 900ms
)