Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- schedule-matching.html -->
Paste into your page to runTwo circular schedules rotate independently, lock matching free arcs, and bring them together into a central appointment seal before returning to their original tracks. Featuring Two independently rotating schedule dials and Stable hatched occupied sectors, this effect supports live adjustments, instant previews, and reusable exports in Limot.
backgroundColor#111111lineColor#f4f3efscale100%speed1Use the downloaded HTML file directly. It includes the canvas, styles, and animation script.
<!-- schedule-matching.html -->
Paste into your page to runAdd the JSX file to your project and import it as a component. Override settings with props.
import ScheduleMatching from "./ScheduleMatching.jsx";
<ScheduleMatching />Add the Vue single-file component to your project, import it, and use it in your template.
import ScheduleMatching from "./ScheduleMatching.vue";
<ScheduleMatching />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.