
Instead of using a special branch for the not animate case, just use
the same path with duration 0.
Since commit ee09c5c853
we are sure that
duration 0 is always preserved.
In the not animate case, we now call this._actionBin.hide(). This was not
happening before.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2987>