Files
7b548d8e-eddc-4ce3-af31-eec…/registry/schemas/RotatingGradientBackground.schema.json
2026-03-03 14:29:28 +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"
}