---
title: "Grid Pixelate Wipe"
description: "Transition effect where the screen dissolves into a grid of squares that fade out with staggered timing — use between scenes"
---
# Grid Pixelate Wipe
Transition effect where the screen dissolves into a grid of squares that fade out with staggered timing — use between scenes
`transition` `wipe` `grid` `pixelate`
## Install
```bash Terminal
npx hyperframes add grid-pixelate-wipe
```
## Details
| Property | Value |
| --- | --- |
| Type | Component |
## Files
| File | Target | Type |
| --- | --- | --- |
| `grid-pixelate-wipe.html` | `compositions/components/grid-pixelate-wipe.html` | hyperframes:snippet |
## Usage
Open `compositions/components/grid-pixelate-wipe.html` and paste its contents into your composition. See the comment header in the file for detailed instructions.