favna / hyper-overlay

A complete and customizable solution for a overlay window in your Hyper.app
MIT License
30 stars 9 forks source link

Closing overlay takes too much time #6

Closed avxkim closed 6 years ago

avxkim commented 6 years ago

When opening an overlay with a hotkey - it's instantly, but when you press the same hotkey to hide it, it takes 1-1.5 seconds to close.

My settings:

        alwaysOnTop: true,
        position: 'top',
        tray: false,
        unique: false,
        startup: false,
        animate: true,
        hideOnBlur: true,
        unique: true,

Possible to improve this?

avxkim commented 6 years ago

animte: false fixes this issue.