### Discussed in https://github.com/Zingzy/hPyT/discussions/56 <div type='discussions-op-text'> <sup>Originally posted by **leifolini** March 29, 2025</sup> There are no minimize/maximize animations using this setup: ``` title_bar.hide(app, no_span=True) window_dwm.toggle_dwm_transitions(app, enabled=True) ``` But if I remove the first line, the animations will show. Is there any way to keep the animations, while hiding the title bar?</div>
Discussed in #56
Originally posted by leifolini March 29, 2025
There are no minimize/maximize animations using this setup:
But if I remove the first line, the animations will show.
Is there any way to keep the animations, while hiding the title bar?