feat(HEL-75): 手机端丝滑度整改①——动效Token/按压反馈/日夜平滑/空态入场
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user