--- title: "RGB Glitch Text" description: "RGB-offset text copies jitter briefly for a controlled glitch window." --- import { InstallCommand } from "/snippets/install-command.jsx"; import { VariablesExplorer } from "/snippets/variables-explorer.jsx"; ```html rgb-glitch-text.html
GLITCHGLITCHGLITCH
```
## Install That writes one file: `compositions/components/rgb-glitch-text.html`. ## Variables Every one of these has a default, so the piece works untouched. Set the ones you want to change on the element: | Variable | Default | Accepts | What it does | | --- | --- | --- | --- | | `text` | `GLITCH` | string | The word shown on all three stacked copies. | | `intensity` | `standard` | `subtle`, `standard`, `extreme` | Scales the red and cyan offsets the timeline drives, so the split reads as a hairline or a hard tear. | | `tone` | `ink` | `ink`, `paper`, `accent` | Colour of the solid copy the two ghosts split away from: ink for light frames, paper for dark ones, accent rides --brand. | Set them with `data-variable-values` on the element that mounts it. These are the defaults, so this behaves exactly like the preview above until you change one: ```html wrap
``` ## Source ```html
GLITCHGLITCHGLITCH
```
## Usage Open `compositions/components/rgb-glitch-text.html` and paste its contents into your composition. See the comment header in the file for detailed instructions. {/* hf:generated-footer */} Tagged `motion-primitive` `typography`. ## Related topics - [Browse the complete Catalog](/catalog) - [Add assets and Catalog items in Studio](/studio/assets-and-blocks) - [Build a richer composition](/go-further)