--- title: "Number Pop In" description: "A transitions.dev-inspired digit pop-in with blur, lift, and staggered value reveal" --- import { InstallCommand } from "/snippets/install-command.jsx"; import { VariablesExplorer } from "/snippets/variables-explorer.jsx"; ```html number-pop-in.html
5.7k
```
## Install That writes one file: `compositions/components/number-pop-in.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 | | --- | --- | --- | --- | | `value` | `5.7` | string | The number itself. Every character becomes its own span, so the stagger still lands character by character. | | `unit` | `k` | string | Small suffix printed after the number. Pass an empty string to drop it. | | `lift` | `standard` | `close`, `standard`, `far` | Scales the offset the timeline drives, so the characters cover a shorter or longer run in the same time. | | `tone` | `ink` | `ink`, `paper`, `accent` | Number colour: 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
5.7k
```
## Usage Open `compositions/components/number-pop-in.html` and paste its contents into your composition. See the comment header in the file for detailed instructions. {/* hf:generated-footer */} Tagged `video-primitive` `transition-primitive` `transitions-dev-port` `number` `pop`. ## Related topics - [Browse the complete Catalog](/catalog) - [Add assets and Catalog items in Studio](/studio/assets-and-blocks) - [Build a richer composition](/go-further)