UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

7 lines (6 loc) 164 B
/** * Checks to see if target element (or parents) position is fixed or not * * @api private */ export default function isFixed(element: HTMLElement): boolean;