---
title: "Domain Warp Dissolve"
description: "Shader transition with fractal noise domain warping"
---
import { InstallCommand } from "/snippets/install-command.jsx";
## Install
That writes one file: `compositions/domain-warp-dissolve.html`.
## Source
```html
01 / 14
Domain Warp Dissolve
Prompt
"use domain warp dissolve shader transition"
Cascaded fbm(p + fbm(p)) displaces both scenes along a warp field. Iridescent
cosine-palette edge glow.
```
## Usage
After installing, add the block to your host composition:
```html
```
{/* hf:generated-footer */}
Tagged `transition` `shader`.
## Related topics
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)