PolarRadarAnimationState
Animation state interface for polar/radar animations
Props
The following table outlines the props for the PolarRadarAnimationState:
| Name | Type | Default | Description |
|---|---|---|---|
| animationProgress | number | - | Current animation progress (0-1) |
| isFirstRenderRef | RefObject<boolean> | - | Tracks if this is the first render overall |
| isInitialRenderRef | RefObject<boolean[]> | - | Tracks whether this is the initial render for each series |
| previousPathLengthRef | RefObject<number[]> | - | Previous path length reference for tracking changes |
| previousSeriesOptionsRef | RefObject<RenderOptions[][]> | - | Stores previous render options for comparison |
| renderedPathDRef | RefObject<string[]> | - | Stores the previously rendered path data |