UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

32 lines 954 B
export declare const shatterPresets: { readonly gentle: { readonly duration: 1.5; readonly intensity: 0.5; readonly shardCount: 8; readonly autoReform: true; readonly reformDelay: 2000; }; readonly dramatic: { readonly duration: 2.5; readonly intensity: 1.2; readonly shardCount: 16; readonly autoReform: true; readonly reformDelay: 4000; }; readonly explosive: { readonly duration: 3; readonly intensity: 2; readonly shardCount: 24; readonly autoReform: false; readonly reformDelay: 6000; }; readonly subtle: { readonly duration: 1; readonly intensity: 0.3; readonly shardCount: 6; readonly autoReform: true; readonly reformDelay: 1500; }; }; export type ShatterPresetName = keyof typeof shatterPresets; //# sourceMappingURL=GlassShatterEffects.presets.d.ts.map