String
string
Tagged template for animated string values.
const { x, y } = { x: new Value(0), y: new Value(0) };const d = string`M0,0 ${x},${y}`;return <AnimatedPath {...{ d }} />;
Tagged template for animated string values.
const { x, y } = { x: new Value(0), y: new Value(0) };const d = string`M0,0 ${x},${y}`;return <AnimatedPath {...{ d }} />;