· Standard
N
llmstxt.info directory · Standard
Natural Sticky
Community listing
llms.txt reachable
AI Impact Score 90/100 · A
Natural Sticky provides structured information for AI assistants via an llms.txt file. Industry: Developer Tools / Dokumentation & Wissensdatenbank. The website github.kadykov.com provides its llms.txt at https://github.kadykov.com/natural-sticky/llms.txt. Listed since 6 April 2026.
llms.txt address
https://github.kadykov.com/natural-sticky/llms.txt
Under GDPR Art. 17 you can request the deletion of your data. Report a legal violation (Art. 16 DSA) →
llms.txt — current content
Open ↗
# Natural Sticky
> A lightweight, framework-agnostic NPM package for natural hide-on-scroll effects for headers, footers, or floating elements. It uses smart position switching instead of animations, so elements move naturally with the user's scroll speed.
The package is ultra-lightweight (1.2-1.3KB), has no dependencies, and is event-driven for creating dynamic interfaces. It supports multiple elements on the same page without conflicts. Behavior can be fine-tuned with three parameters: `reserveSpace` (positioning mode), `snapEagerness` (gap prevention), and `scrollThreshold` (activation speed).
## Basic Usage
**1. Installation**
```bash
npm install natural-sticky
```
**2. Quick Start**
[…truncated]