· Standard
N
llmstxt.info Verzeichnis · Standard
Natural Sticky
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 90/100 · A
Natural Sticky stellt strukturierte Informationen über eine llms.txt-Datei für KI-Assistenten bereit. Branche: Entwickler-Tools / Dokumentation & Wissensdatenbank. Die Website github.kadykov.com stellt ihre llms.txt unter https://github.kadykov.com/natural-sticky/llms.txt bereit. Der Eintrag besteht seit 6. April 2026.
llms.txt-Adresse
https://github.kadykov.com/natural-sticky/llms.txt
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen. Rechtsverletzung melden (Art. 16 DSA) →
llms.txt — Aktueller Inhalt
Öffnen ↗
# 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**
[…gekürzt]