Skip to content

波浪等级 3

主要关注点:移动端专用波浪几何控制。

本页实际 Frontmatter 配置

以下 YAML 即当前页面正在使用的完整 frontmatter,可直接复制用于复现同样效果。

yaml
---
layout: home
hero:
  name: "波浪"
  text: "等级 3"
  tagline: "通过基础几何参数优化移动端观感,响应式缩放由运行时自动处理。"
  waves:
    enabled: true
    animated: true
    height: 96
    speed: 0.92
    layers:
      - amplitude: 12
        frequency: 0.011
        speed: 0.72
        direction: -1
      - amplitude: 16
        frequency: 0.0076
        speed: 0.88
        direction: 1
      - amplitude: 22
        frequency: 0.0058
        speed: 1.05
        direction: 1
  actions:
    - theme: brand
      text: "不支持键"
      link: /zh-CN/hero/matrix/waves/deprecatedBackgroundType
---