You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the documentation page for spring, the option precision is defined as "number, default 0.001". However in the source code, the default value of precision is set to 0.01. At least one of them must be wrong.
Describe the bug
On the documentation page for
spring
, the optionprecision
is defined as "number, default 0.001". However in the source code, the default value ofprecision
is set to0.01
. At least one of them must be wrong.Reproduction
Documentation: https://github.com/sveltejs/svelte/blame/master/site/content/docs/03-run-time.md#L536
Source code: https://github.com/sveltejs/svelte/blob/master/src/runtime/motion/spring.ts#L71
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: