Player
verb
Minimize()
winset(src,"Main","is-minimized=true")
Problem description:
This doesn't trigger the normal animation that occurs when you minimize a window. In Windows 10 there's a fade and scale animation of the window reducing into the task bar.
Is it possible to do this? My code simply makes the window instantly vanish.
Thank you very much.