ddterm / gnome-shell-extension-ddterm

Another drop down terminal extension for GNOME Shell. With tabs. Works on Wayland natively
https://extensions.gnome.org/extension/3780/ddterm/
GNU General Public License v3.0
289 stars 26 forks source link

Extract animation-related code from `WindowManager` #954

Open amezin opened 1 month ago

amezin commented 1 month ago

There are two animations: one for hiding the window, one for showing it. Currently, the code is duplicated.

Would be nice to have a separate class (or hierarchy) that implements the animation instead.