Components
Kino
Root provider that initializes the scroll tracking engine.
Overview
<Kino> is the root provider that initializes the scroll tracking engine. Wrap your app or page layout with it to enable scroll-driven animations.
Usage
All scroll-driven components (<Scene>, <Parallax>, <Progress>, etc.) must be descendants of <Kino>.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | -- | Child elements |