alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
15 lines (13 loc) • 412 B
text/typescript
/* Generated by scripts/build-css.ts. DO NOT EDIT. */
/**
* Duration (in ms) of each generic motion, mirroring the `--animate-*` CSS
* tokens. Pass the matching value as `exitDurationMs` to {@link PresenceOne} /
* {@link PresenceList} so the exit timer matches the CSS animation.
*/
export const animationDurationsMs = {
slide: 600,
collapse: 800,
progress: 600,
fade: 300,
fast: 200,
} as const;