Skip to content

Fade out on shutdown

Administrator requested to merge wip/fader into master

the lack of visual feedback makes people click several times so fade out when shutdown is pressed. The css animation is pretty slow and not very smooth so we might want to switch to custom rendering instead.

Once smooth we can use that for the fade in animation as well. Another idea would be to use a custom protocol and do it in the compositor since phoc would be able to do this way more efficient.

Merge request reports