Skip to content

How to create a separate transparent window on click? #7130

Closed Answered by HuakunShen
HuakunShen asked this question in Q&A
Discussion options

You must be logged in to vote

Oh, it works if I use the constructor way.

const window = new WebviewWindow("win-animate", {
      url: "/animation",
      transparent: true,
      decorations: false
    });

Thank you! @FabianLars

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@HuakunShen
Comment options

@HuakunShen
Comment options

Answer selected by HuakunShen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants