feat(HEL-75): 手机端丝滑度整改①——动效Token/按压反馈/日夜平滑/空态入场

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
施工员
2026-08-24 10:35:50 +08:00
co-authored by multica-agent
parent 6174efaee5
commit 7752648e4b
3 changed files with 104 additions and 4 deletions
+10
View File
@@ -30,6 +30,16 @@
--elevation-float: 0 12px 32px rgba(0, 0, 0, .14);
--backdrop: rgba(17, 24, 39, .48);
--motion-press: 100ms;
--motion-press-release: 160ms;
--motion-fade: 120ms;
--motion-enter: 260ms;
--motion-exit: 200ms;
--motion-pop: 240ms;
--ease-enter: cubic-bezier(0.22, 1, 0.36, 1);
--ease-exit: cubic-bezier(0.4, 0, 1, 1);
--ease-press: ease-out;
--mobile-header-height: 52px;
--mobile-touch-size: 44px;
--mobile-safe-bottom: env(safe-area-inset-bottom, 0px);