Skip to content

Commit 2dec711

Browse files
committed
missed a spot
1 parent a06a4e6 commit 2dec711

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte/src/motion/tweened.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ export function tweened(value, defaults = {}) {
126126
fn = interpolate(/** @type {any} */ (value), new_value);
127127
if (typeof duration === 'function')
128128
duration = duration(/** @type {any} */ (value), new_value);
129-
130129
started = true;
131130
}
132131
if (previous_task) {

0 commit comments

Comments
 (0)