Skip to content

Commit 5a89e00

Browse files
authored
Update spring.js
1 parent 6f13a8b commit 5a89e00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/motion/spring.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export function spring(value, opts = {}) {
113113
inv_mass,
114114
opts: spring,
115115
settled: true,
116+
//@ts-ignore
116117
dt: ((now - last_time) * 60) / 1000
117118
};
118119
// @ts-ignore

0 commit comments

Comments
 (0)