alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
13 lines • 460 B
TypeScript
/**
* 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 declare const animationDurationsMs: {
readonly slide: 600;
readonly collapse: 800;
readonly progress: 600;
readonly fade: 300;
readonly fast: 200;
};
//# sourceMappingURL=animationDurationsMs.d.ts.map