createFollowValue
Use createFollowValue when one value should trail another with simple damping instead of spring
physics.
import { createFollowValue, createMotionValue } from 'motion-solidjs'
const x = createMotionValue(0)
const lag = createFollowValue(x, { speed: 0.1 })
drag — trailer lerps on a tween