Count Up Loading
A loading text component that animates a percentage count-up using masked SVG text, with optional fade-out and a minimum display duration.
Props
Property | Type | Default | Description |
---|
onLoadingComplete | () => void | undefined | Callback function that fires once the count-up animation completes and the fade-out transition (if enabled) finishes. |
minimumDisplayTime | number | 3000 | Minimum time in milliseconds the loading screen should remain visible, regardless of progress speed. |
fadeOut | boolean | true | If true, the loading component will smoothly fade out once loading is complete. |