type Which ambient layer to render. "none" renders the children alone. | none•blob•matrix•weather•particle•celebration | none |
colors Palette for the layer, when it takes one. | string[] | — |
speed Multiplier on the layer's own motion. Not a duration. | number | — |
reducedMotion "auto" follows the reader's system setting, which is the right default for anything ambient. | boolean•auto | — |
blob Props passed through when type is "blob". | Omit<React.ComponentProps<typeof BlobFx>, "children"> | — |
matrix Props passed through when type is "matrix". | Omit<React.ComponentProps<typeof MatrixFx>, "children"> | — |
weather Props passed through when type is "weather". | Omit<React.ComponentProps<typeof WeatherFx>, "children"> | — |
particle Props passed through when type is "particle". | Omit<React.ComponentProps<typeof Particle>, "children"> | — |
celebration Props passed through when type is "celebration". | Omit<React.ComponentProps<typeof CelebrationFx>, "children"> | — |
| React.ReactNode | — |
| …and every FlexProps prop | inherited | — |