Skip to content
You're viewing documentation for Draftbit Classic (v1), our previous platform. See the current Draftbit docs.

Blur View

A component that blurs everything underneath the it

A Blur View component is placed adjacent to the Component whose content you want to blur. It also wraps children components such as Text. The content of a child component on a Blur View will be displayed above to the adjacent component.

Style properties allow you to customize the look and feel of the component. Combinations of styles applied to components can be saved as Stylesheets to easily reuse styles throughout your app. Styles can also be set dynamically using Variables. To learn more about all the different styling properties and how they work, take a look at Intro to Styling.

PropertyDescription
TintA tint is a mode that is applied to the whole blur view. Select the type of tint to be applied to the blur view.
IntensityA number between 1 and 100 that controls the how intense the blur is. Defaults to 50.
PropertyDescription
Component NameTo alter the name of the component. The name is reflected in the Components tree. Defaults to Blur View.
Blur MethodBlur method to use on Android. none - falls back to a semi-transparent view. dimezisBlurView - uses native blur implementation but may impact performance during transitions.

You can conditionally display a component based on a given condition. Learn more about conditionally displaying components in the Conditional Display doc.

There are three types of values for Tint property available:

  • default
  • light
  • dark

To increase or decrease the blur effect, you can modify the value of the Intensity property.

In the example below, the intensity is set to 100.

In the example below, the intensity is set to 30.