Skip to content

blur

Layer blur, a planned feature.

Key Properties

blur: number | BlurEffect

Layer blur.

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

Belongs to

UI Elements

Released under the MIT License.