Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- light-speed-burst.html -->
Paste into your page to runDense colored streaks accelerate outward along perspective rays, creating a light-speed burst that fades from a green core to cyan and blue edges. Featuring Seeded radial light streaks and Nonlinear perspective acceleration, this effect supports live adjustments, instant previews, and reusable exports in Limot.
backgroundColor#111111colors#ffffff, #d4d4d0, #a7a6a0, #74736eglow30particleCount4500streakLength40pxlineWidth1pxspread100%centerX50%centerY50%coreRadius0pxspeed1Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- light-speed-burst.html -->
Paste into your page to runAdd the JSX file to your project and import it as a component. Override settings with props.
import LightSpeedBurst from "./LightSpeedBurst.jsx";
<LightSpeedBurst />Add the Vue single-file component to your project, import it, and use it in your template.
import LightSpeedBurst from "./LightSpeedBurst.vue";
<LightSpeedBurst />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.