diff --git a/motion.mjs b/motion.mjs index 943e63e4cd..07791a6883 100644 --- a/motion.mjs +++ b/motion.mjs @@ -90,7 +90,7 @@ function get_interpolator(a, b) { throw new Error(`Cannot interpolate ${type} values`); } -export function tween(value, defaults = {}) { +export function tweened(value, defaults = {}) { const store = writable(value); let task;