Files
45fd88a4-0034-40c4-bb6d-db2…/registry/schemas/RotatingGradientBackground.schema.json
2026-03-03 14:17:09 +02:00

11 lines
606 B
JSON

{
"className?": "string",
"gradientColorStart?": "string - Gradient start color. Default: 'var(--color-background-accent)'",
"gradientColorEnd?": "string - Gradient end color. Default: 'var(--color-background-accent)'",
"bigCircleSize?": "string - Size of the larger circle. Default: '28vw'",
"smallCircleSize?": "string - Size of the smaller circle. Default: '21vw'",
"blurAmount?": "string - Blur amount for gradient circles. Default: '10px'",
"opacity?": "number - Overall opacity of gradient effect. Default: 0.6",
"showSparkles?": "boolean - Show sparkle ring effect. Default: true"
}