Chainable Animator over a writable cell: .to(...).to(...).from(start) reads naturally. .to/.from are pure data — segments accumulate at construction; the executor generator runs them in order on iteration.
.to(...).to(...).from(start)
.to
.from
Pose start as the first step, then run the rest of the chain.
start
Optional
Append a tween segment from current value to target over dur.
target
dur
Chainable Animator over a writable cell:
.to(...).to(...).from(start)reads naturally..to/.fromare pure data — segments accumulate at construction; the executor generator runs them in order on iteration.