🎨 微调界面动画效果

This commit is contained in:
Liang Ding 2023-02-12 23:46:01 +08:00
parent 36f82cc030
commit 6304d6d7c0
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 4 additions and 4 deletions

View file

@ -91,8 +91,8 @@
--b3-font-background13: var(--b3-theme-on-background);
/* 动画效果 */
--b3-transition: all .15s cubic-bezier(0, 0, .2, 1) 0ms;
--b3-width-transition: width .15s cubic-bezier(0, 0, .2, 1) 0ms;
--b3-transition: all .2s cubic-bezier(0, 0, .2, 1) 0ms;
--b3-width-transition: width .2s cubic-bezier(0, 0, .2, 1) 0ms;
/* 阴影 */
--b3-point-shadow: 0 3px 6px rgba(140,149,159,0.15);

View file

@ -91,8 +91,8 @@
--b3-font-background13: var(--b3-theme-on-background);
/* 动画效果 */
--b3-transition: all .15s cubic-bezier(0, 0, .2, 1) 0ms;
--b3-width-transition: width .15s cubic-bezier(0, 0, .2, 1) 0ms;
--b3-transition: all .2s cubic-bezier(0, 0, .2, 1) 0ms;
--b3-width-transition: width .2s cubic-bezier(0, 0, .2, 1) 0ms;
/* 阴影 */
--b3-point-shadow: 0 3px 6px #010409;