ScaleIn
A ScaleIn component from the Sigil design system.
Import
import { ScaleIn } from "@sigil-ui/components";Preview
Usage
<ScaleIn>...</ScaleIn>Props
| Prop | Type | Default | Description |
|---|---|---|---|
initialScale | number | 0.92 | Initial scale factor. |
delay | number | 0 | Delay before animation in ms. |
trigger | `"scroll" | "mount"` | — |
viewOptions | UseInViewOptions | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-duration-normal | Duration normal |
--s-ease-out | Ease out |
--s-ease-spring | Ease spring |