A concentric ripple animation effect that creates expanding circles, perfect for drawing attention to central elements.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Max-Samson/magicui/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Usage
Custom Configuration
Props
| Prop | Type | Default | Description |
|---|---|---|---|
mainCircleSize | number | 210 | Size of the innermost circle in pixels |
mainCircleOpacity | number | 0.24 | Opacity of the innermost circle |
numCircles | number | 8 | Number of ripple circles to render |
className | string | - | Additional CSS classes for the container |
Each ripple circle is automatically sized and animated with staggered delays based on the
mainCircleSize and numCircles props.