> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperframes-zh.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# 漩涡 涡流

> 基于着色器的漩涡涡流转场效果，通过旋转扭曲将画面吸入中心点，营造梦幻的时空穿梭感。

# 漩涡 涡流

基于着色器的漩涡涡流转场效果，通过旋转扭曲将画面吸入中心点，营造梦幻的时空穿梭感。

`transition` `shader`

<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/swirl-vortex.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/swirl-vortex.png" autoPlay muted loop playsInline />

## 安装

<CodeGroup>
  ```bash Terminal theme={null}
  npx hyperframes add swirl-vortex
  ```
</CodeGroup>

## 细节

| 财产 | 价值        |
| -- | --------- |
| 类型 | 堵塞        |
| 方面 | 1920×1080 |
| 期间 | 4秒        |

## 文件

| 文件                  | 目标                               | 类型     |
| ------------------- | -------------------------------- | ------ |
| `swirl-vortex.html` | `compositions/swirl-vortex.html` | 超框架:组合 |

## 用法

安装后，将该块添加到您的主机组合中：

```html theme={null}
<div data-composition-id="swirl-vortex" data-composition-src="compositions/swirl-vortex.html" data-start="0" data-duration="4" data-track-index="1" data-width="1920" data-height="1080"></div>
```
