Tauri Core API - v2.6.0
    Preparing search index...

    Interface Effects

    The window effects configuration object

    2.0.0

    interface Effects {
        effects: Effect[];
        state?: EffectState;
        radius?: number;
        color?: webview.Color;
    }
    Index

    Properties

    effects: Effect[]

    List of Window effects to apply to the Window. Conflicting effects will apply the first one and ignore the rest.

    state?: EffectState

    Window effect state macOS Only

    radius?: number

    Window effect corner radius macOS Only

    color?: webview.Color

    Window effect color. Affects Effect.Blur and Effect.Acrylic only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.