Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- ParticleSphere.html -->
Paste into your page to runA three-dimensional sphere of thousands of glowing particles responds to dragging and cursor movement. Featuring Fibonacci uniform distribution and Auto rotation and drag inertia, this effect supports live adjustments, instant previews, and reusable exports in Limot.
backgroundColor#111111particlesCount10000particleScale4scale10rotationDirectionclockwisespeed20dragOnsmoothing7dragSpeed5stopOnHoverOffcursorOnOncursorRadiusUI75pxcursorStrengthUI10clickForce5sphereColor#f4f3efUse the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- ParticleSphere.html -->
Paste into your page to runAdd the JSX file to your project and import it as a component. Override settings with props.
import Particlesphere from "./Particlesphere.jsx";
<Particlesphere />Add the Vue single-file component to your project, import it, and use it in your template.
import Particlesphere from "./Particlesphere.vue";
<Particlesphere />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.