Creates an efficient tweening function.
npm install @solid-primitives/tween # or yarn add @solid-primitives/tween
const tweenedValue = createTween(myNumber, { duration: 500 });
See CHANGELOG.md