# 在滾動中顯示和隱藏導航欄

本文會提到：

1. 讓導航欄消失
2. 讓導航欄重新出現

## 讓導航欄消失

1. 選擇導航欄，確保它的位置固定在視窗上
2. 在互動面板中，從"When Scrolled Down"選單中選擇"Start an Animation"
3. 命名它（例如"nav leave"）
4. 點擊定時動作旁邊的加號
5. 在"Under Move"改變Y軸，直到導航條在視窗外
6. 調整您的緩和曲線和持續時間

## 讓導航欄重新出現

1. 選擇導航欄
2. 在互動面板中，從"When Scrolled Up"選單中選擇"Start an Animation"
3. 命名它（例如"nav enter"）
4. 點擊定時動作旁邊的加號
5. 在"Under Move"下把Y軸改回0
6. 調整您的緩和曲線和持續時間


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tenten.co/docs-webflow/webflow-101/7-dong-hua/zai-gun-dong-zhong-xian-shi-he-yin-cang-dao-hang-lan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
