Skip to content

backgroundBlur

Background blur, a planned feature.

Key Properties

backgroundBlur: number | BlurEffect

Background blur.

ts
interface BlurEffect {
  blur: number
  visible?: boolean
}

Belongs to

UI Elements

Released under the MIT License.