|
69 | 69 | box-shadow: 0 0 20px rgba(255, 255, 255, 0.6); |
70 | 70 | } |
71 | 71 |
|
| 72 | + /* 3. 扫描线按钮:调慢速度,增加机械质感 */ |
72 | 73 | .cover a::after { |
73 | 74 | content: ""; |
74 | 75 | position: absolute; |
|
80 | 81 | to bottom, |
81 | 82 | transparent 0%, |
82 | 83 | rgba(88, 166, 255, 0) 40%, |
83 | | - rgba(88, 166, 255, 0.8) 50%, |
| 84 | + rgba(88, 166, 255, 0.8) 50%, /* 核心冷光 */ |
84 | 85 | rgba(88, 166, 255, 0) 60%, |
85 | 86 | transparent 100% |
86 | 87 | ); |
87 | | - animation: btnScan 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1s 1 forwards; |
| 88 | + |
| 89 | + /* 修改点: |
| 90 | + - 2.5s: 扫描时间拉长到 2.5 秒,产生“深度读取”的既视感 |
| 91 | + - cubic-bezier: 采用更平滑的加速曲线 |
| 92 | + - 1.2s: 稍微增加进入页面后的等待延迟 |
| 93 | + */ |
| 94 | + animation: btnScan 2.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 1.2s 1 forwards; |
88 | 95 | } |
89 | 96 |
|
90 | | - /* 4. 动画定义 */ |
| 97 | + /* 4. 动画定义:确保扫过全境 */ |
91 | 98 | @keyframes btnScan { |
92 | | - 0% { top: -100%; } |
93 | | - 100% { top: 150%; } |
| 99 | + 0% { |
| 100 | + top: -120%; |
| 101 | + } |
| 102 | + 100% { |
| 103 | + top: 180%; /* 确保完全扫出按钮区域 */ |
| 104 | + } |
94 | 105 | } |
95 | 106 |
|
96 | 107 | @keyframes glitch-anim { |
|
122 | 133 | ## 叛逆 AI:人类认知进化的催化剂 <small>v4.2</small> |
123 | 134 |
|
124 | 135 | > **"The silicon Other has arrived. The audit of human consensus begins now."** |
125 | | -<br> <br> |
126 | | -<p style="font-size: 0.55em; opacity: 0.6; margin-top: 8px;">“硅基他者已降临。人类共识的审计正式开启。”</p> |
| 136 | +<p style="font-size: 0.85em; opacity: 0.6; margin-top: 8px;">“硅基他者已降临。人类共识的审计正式开启。”</p> |
127 | 137 |
|
128 | 138 | [开始爆破认知 (Start Audit)](README.md) |
129 | 139 | [查看源码 (GitHub)](https://github.com/Brook-Han/Renegade-AI) |
|
0 commit comments