feat(TabBar): add Liquid Glass theme (iOS 26 style) - #2643
Open
Nerdlet369 wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 背景
Close #2571 — 为 Tabbar 组件新增液态玻璃(Liquid Glass)视觉效果,
对标 iOS 26 设计语言。
✨ 改动内容
tab-bar/_var.less— 新增 15 个 CSS 自定义属性:--td-tab-bar-liquid-glass-bg— 玻璃背景色(亮色 / 暗色分离)--td-tab-bar-liquid-glass-blur— 模糊强度(12px,对标 iOS26)--td-tab-bar-liquid-glass-saturate— 色彩饱和度(180%)--td-tab-bar-liquid-glass-border— 玻璃边缘边框--td-tab-bar-liquid-glass-shadow— 外部投影--td-tab-bar-liquid-glass-highlight— inset 高光--td-tab-bar-liquid-glass-active-scale— 选中项放大倍率(1.06)--td-tab-bar-liquid-glass-transition— 过渡时长tab-bar/_index.less—&--liquid-glass修饰符:backdrop-filter: blur(12px) saturate(180%)— 纯 CSS 实现::before顶部高光模拟玻璃表面折射@media (prefers-color-scheme: dark)暗色模式自动适配tab-bar-item/_index.less— 子项适配:scale(1.06)+ 平滑过渡🆚 与现有方案的差异
feDisplacementMapbackdrop-filter📷 效果
亮色模式:毛玻璃胶囊悬浮,带顶部高光和底部微光
暗色模式:深色半透明背景自动适配
选中项:1.06x 缩放 + 平滑过渡