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.

8 lines (5 loc) 188 B
'use client'; 'use strict'; const easeInOutQuad = (t) => t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t; exports.easeInOutQuad = easeInOutQuad; //# sourceMappingURL=ease-in-out-quad.cjs.map