hyperterm-overlay
hyperterm-overlay copied to clipboard
Animation Not Working in Ubuntu
I'm running this in Ubuntu 16.10, when opening or closing the window just pops up like any other window rather than sliding up and down.
Possibly related, I'm not getting any animation on Windows 10 either. Looking at this Electron issue we may be out of luck.
In #2 the devs mention possibly animating step by step, but that it could be laggy. It may be the only way non-OS X users can get the animation, though.
On Ubuntu, when configuring the overlay with animate: true
the hyper window will show/hide properly the first time using the hotkey or through the tray icon. But on second interaction it will collapse to a tiny band at the top of the screen. If resizeable: true
it can be resized, but subsequent interaction will still collapse it to a thin band at the top of the screen. Set animate: false
resolves this issue.