cue.zoom
A cue micronode for a graph’s x-domain / y-domain that announces itself: a box is drawn around the smaller of the two windows, held, and only then does the view move — into the box when zooming in, out of it when zooming out. The box never moves in data coordinates. Everything else works exactly like !cue.to, and the two can share a chain.
#Attributes
When the zoom begins (the box starts drawing): a step index, an absolute scene time, or a compound offset.
easing
Default
smoothcolour
Also written: colorThe box is drawn in this palette colour.
Default
grey#Allowed content
Body { }The target domain, e.g. [2, 4]
#Examples
x-domain: [0, 10] !cue.zoom{[2, 4]}(at: 2; draw: 400ms; hold: 300ms; colour: blue)