Closed
Description
The relatively-new animate
parameter to BrowserWindow#setSize
is awesome, but It seems that Chromium waits to re-render until resizing is complete which kind of defeats the purpose of providing a smooth transition.
Is there a way to force Chromium to re-render while resizing? Or how do you otherwise expect developers to use animated resizing?