From 76fa68d82f1a643f8a72742c1c3401059df66067 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Wed, 20 Oct 2021 19:12:19 +0700 Subject: [PATCH] [docs] update spring precision value (#6865) --- site/content/docs/03-run-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index 2b49a9399f..31067cf861 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -533,7 +533,7 @@ A `spring` store gradually changes to its target value based on its `stiffness` * `stiffness` (`number`, default `0.15`) — a value between 0 and 1 where higher means a 'tighter' spring * `damping` (`number`, default `0.8`) — a value between 0 and 1 where lower means a 'springier' spring -* `precision` (`number`, default `0.001`) — determines the threshold at which the spring is considered to have 'settled', where lower means more precise +* `precision` (`number`, default `0.01`) — determines the threshold at which the spring is considered to have 'settled', where lower means more precise ---