From 153891a203c33b56f8f10320d0c20a2eb55208ef Mon Sep 17 00:00:00 2001 From: dom Date: Tue, 23 Jun 2026 11:10:39 +0800 Subject: [PATCH] update default spring description Signed-off-by: dom --- lib/utils/storage_pref.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/utils/storage_pref.dart b/lib/utils/storage_pref.dart index 845cd0441..ed7701465 100644 --- a/lib/utils/storage_pref.dart +++ b/lib/utils/storage_pref.dart @@ -87,8 +87,10 @@ abstract final class Pref { static List get springDescription => List.from( _setting.get(SettingBoxKey.springDescription) ?? - [0.5, 100.0, 2.2 * math.sqrt(50)], // [mass, stiffness, damping] + // duration: 0.3, bounce: 0.0 + const [1.0, 438.64908449286037, 41.88790204786391], ); + // [0.5, 100.0, 2.2 * math.sqrt(50)], // [mass, stiffness, damping] static List get speedList => List.from( _video.get(