Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- particle-cube.html -->
Paste into your page to runA draggable particle cube continuously selects axes and layers for spring-driven quarter turns. Featuring Dotted cube surfaces and Random layer quarter turns, this effect supports live adjustments, instant previews, and reusable exports in Limot.
backgroundColor#111111color#f4f3efdotSize2pxsizePercent100%cubeGrid3dotsPerFace4rotation.x2rotation.y5rotation.z0dragSensitivity1transition.stiffness200transition.damping20transition.mass1Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- particle-cube.html -->
Paste into your page to runAdd the JSX file to your project and import it as a component. Override settings with props.
import ParticleCube from "./ParticleCube.jsx";
<ParticleCube />Add the Vue single-file component to your project, import it, and use it in your template.
import ParticleCube from "./ParticleCube.vue";
<ParticleCube />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.