Skip to content
Tauri

Effect

Defined in: window.ts:2061

Platform-specific window effects

2.0.0

Acrylic: "acrylic"

Defined in: window.ts:2167

Windows 10/11

This effect has bad performance when resizing/dragging the window on Windows 10 v1903+ and Windows 11 build 22000.


AppearanceBased: "appearanceBased"

Defined in: window.ts:2067

A default material appropriate for the view’s effectiveAppearance. macOS 10.14-


Blur: "blur"

Defined in: window.ts:2159

Windows 7/10/11(22H1) Only

This effect has bad performance when resizing/dragging the window on Windows 11 build 22621.


ContentBackground: "contentBackground"

Defined in: window.ts:2139

macOS 10.14+


Dark: "dark"

Defined in: window.ts:2079

macOS 10.14-


FullScreenUI: "fullScreenUI"

Defined in: window.ts:2131

macOS 10.14+


HeaderView: "headerView"

Defined in: window.ts:2115

macOS 10.14+


HudWindow: "hudWindow"

Defined in: window.ts:2127

macOS 10.14+


Light: "light"

Defined in: window.ts:2073

macOS 10.14-


MediumLight: "mediumLight"

Defined in: window.ts:2085

macOS 10.14-


Menu: "menu"

Defined in: window.ts:2103

macOS 10.11+


Mica: "mica"

Defined in: window.ts:2151

Windows 11 Only


Popover: "popover"

Defined in: window.ts:2107

macOS 10.11+


Selection: "selection"

Defined in: window.ts:2099

macOS 10.10+


Sheet: "sheet"

Defined in: window.ts:2119

macOS 10.14+


Sidebar: "sidebar"

Defined in: window.ts:2111

macOS 10.11+


Tabbed: "tabbed"

Defined in: window.ts:2171

Tabbed effect that matches the system dark perefence Windows 11 Only


TabbedDark: "tabbedDark"

Defined in: window.ts:2175

Tabbed effect with dark mode but only if dark mode is enabled on the system Windows 11 Only


TabbedLight: "tabbedLight"

Defined in: window.ts:2179

Tabbed effect with light mode Windows 11 Only


Titlebar: "titlebar"

Defined in: window.ts:2095

macOS 10.10+


Tooltip: "tooltip"

Defined in: window.ts:2135

macOS 10.14+


UltraDark: "ultraDark"

Defined in: window.ts:2091

macOS 10.14-


UnderPageBackground: "underPageBackground"

Defined in: window.ts:2147

macOS 10.14+


UnderWindowBackground: "underWindowBackground"

Defined in: window.ts:2143

macOS 10.14+


WindowBackground: "windowBackground"

Defined in: window.ts:2123

macOS 10.14+


© 2025 Tauri Contributors. CC-BY / MIT