--- title: "Particle Text Dissolve" description: "Text assembles from a seeded particle cloud (or dissolves into it): per-particle targets sampled once from the rendered text bitmap at mount, table-driven particles, zero per-particle tweens, one onUpdate painter." --- import { InstallCommand } from "/snippets/install-command.jsx"; import { VariablesExplorer } from "/snippets/variables-explorer.jsx"; ```html particle-text-dissolve.html Particle Text Dissolve ``` ## Install That writes one file: `compositions/components/particle-text-dissolve.html`. ## Paste it into your composition Open `compositions/components/particle-text-dissolve.html` and copy what is inside into your own composition. A component has no size or duration of its own. It takes both from the composition you paste it into. {/* hf:generated-footer */} Tagged `motion-primitive` `text-effects` `particles` `canvas` `deterministic` `experiment`. ## Related topics - [Browse the complete Catalog](/catalog) - [Add assets and Catalog items in Studio](/studio/assets-and-blocks) - [Build a richer composition](/go-further)