> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/design/editor/contents/text/scrolling.md).

# 스크롤링 블록

## 스크롤링 블록이란?

스크롤링 블록은 텍스트를 입력하여 자동으로 스크롤이 되는 형태의 기능입니다.

여러 텍스트 문구를 통해 주제에 맞는 정보 또는 사이트의 이벤트 정보를 노출하는 용도로 활용이 \
가능합니다.

{% hint style="warning" %}
이미지 스크롤링은 불가능합니다.
{% endhint %}

## 설정항목

여러 텍스트 문구를 추가하고, 스크롤링이 되는 문구의 간격, 속도 등을 설정 할 수 있습니다

### 1. 내용 설정

<figure><img src="/files/8Xj64uIpwffF12QxOk3q" alt=""><figcaption></figcaption></figure>

| 설정 항목                                                                               |
| ----------------------------------------------------------------------------------- |
| <p><strong>+ 텍스트 추가</strong><br>스크롤이 될 텍스트를 추가합니다.</p>                              |
| <p><strong>클릭 이벤트</strong><br>클릭 시 특정 페이지 및 위치로 이동하거나, 문자발송 등 다양한 설정을 할 수 있습니다.</p> |

### 2. 스타일 설정

<figure><img src="/files/Rra27sA4SOeS3MBzCOPR" alt=""><figcaption></figcaption></figure>

| 설정 항목                                                                                                                                                                                                    |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>글자</strong><br>텍스트의 서체, 글자크기, 색상, 두께를 설정합니다.</p>                                                                                                                                              |
| <p><strong>문구</strong><br>스크롤이 되는 문구간의 간격을 설정합니다.</p>                                                                                                                                                    |
| <p><strong>동작</strong></p><p><strong>속도</strong> : 스크롤이 되는 속도를 설정합니다.</p><hr><p><strong>방향</strong> : 스크롤이 되는 방향을 설정합니다.</p><hr><p><strong>마우스 올릴 시 일시 정지</strong> : 마우스를 스크롤링에 올리면 스크롤 동작이 일시정지합니다.</p> |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.qshop.ai/customer_support/guide/design/editor/contents/text/scrolling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
