8d1e4659d1
Clutter.Animation doesn't contain any animation modes, they live in Clutter.AnimationMode. The places we did `Clutter.Animation.WHATEVER` just evaluated to `undefined`. Thus, use the correct namespace for the animation mode enums. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1199