createTemplate
Tagged template composing a transform string from multiple MotionValues.
Three MotionValues compose into a single transform string via createTemplate. The template re-evaluates whenever any input changes — no manual concat, no stale closures.
x (0px)y (0px)rotate (0°)
transform: translate(0px, 0px) rotate(0deg)