We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06a4e6 commit 2dec711Copy full SHA for 2dec711
packages/svelte/src/motion/tweened.js
@@ -126,7 +126,6 @@ export function tweened(value, defaults = {}) {
126
fn = interpolate(/** @type {any} */ (value), new_value);
127
if (typeof duration === 'function')
128
duration = duration(/** @type {any} */ (value), new_value);
129
-
130
started = true;
131
}
132
if (previous_task) {
0 commit comments