Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- segmented-orbits.html -->
Paste into your page to runSeven concentric tracks alternate between thick and thin strokes, rotating at varied speeds to create a restrained, layered composition. Featuring Seven-layer reference composition and Alternating thick and thin tracks, this effect supports live adjustments, instant previews, and reusable exports in Limot.
backgroundColor#111111lineColor#f4f3eflineWidth2.5pxbandWidth10pxtextureAmount28%scale100%rotationSpeed6°/sspeedDifference0.24breatheAmount1.6%breatheSpeed0.18pulseAmount12%Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- segmented-orbits.html -->
Paste into your page to runAdd the JSX file to your project and import it as a component. Override settings with props.
import SegmentedOrbits from "./SegmentedOrbits.jsx";
<SegmentedOrbits />Add the Vue single-file component to your project, import it, and use it in your template.
import SegmentedOrbits from "./SegmentedOrbits.vue";
<SegmentedOrbits />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.