UNPKG

@gfazioli/mantine-onboarding-tour

Version:

A Mantine component enables you to create a onboarding-tour effect using overlays, popovers, and onboarding tours, which enhances element visibility and interactivity.

6 lines (4 loc) 160 B
'use client'; const easeInOutQuad = (t) => t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t; export { easeInOutQuad }; //# sourceMappingURL=ease-in-out-quad.mjs.map