Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- particle-breath.html -->
Paste into your page to runA soft folded volume of fine particles gently inhales and exhales as traveling waves deform its surface in place. Featuring Organic folded particle surface and Local breathing waves, this effect supports live adjustments, instant previews, and reusable exports in Limot.
backgroundColor#111111dotColor#f4f3efscale100%particleSize1pxopacity85%particleCount8500speed1breathStrength75%Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- particle-breath.html -->
Paste into your page to runAdd the JSX file to your project and import it as a component. Override settings with props.
import ParticleBreath from "./ParticleBreath.jsx";
<ParticleBreath />Add the Vue single-file component to your project, import it, and use it in your template.
import ParticleBreath from "./ParticleBreath.vue";
<ParticleBreath />Exports include your current settings. React and Vue components also accept the configuration keys below as props.
Customize in real time, copy standalone code, or export MP4, GIF, and PNG with optional transparency.