SmoothKit
v1.0.0
DocsComponents

Smooth Stagger

Orchestrate beautiful list entrance animations. Coordinating delays manually is tedious—this hook makes it effortless.

Animation
Performance
Accessibility
Experience
Design

Installation

npm install smoothkit

Usage

typescript

API Reference

PropertyTypeDefaultDescription
delaynumber50Delay between each item's entrance in ms.
initialDelaynumber0Initial delay before the first item starts.
animationstring'fade-up'Animation type for items (fade-up, scale, etc).