Florian Müllner a9c74ed78f overview: Define ANIMATION_TIME earlier
Commit c7e597cf7278 tried to improve the slide animations when entering
the overview by using the same time as the overall overview animation,
but in fact broke the animation most of the times.

That is because the Overview imports OverviewControls before defining
the ANIMATION_TIME variable, so any javascript code that is evaluated
during that import will see the value as "undefined" (which is converted
to 0 for the animation).

Fix this by moving the ANIMATION_TIME variable before the imports instead
of the usual placement.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1331

(cherry picked from commit 26d27fdbf8477960595ae79514f9b7b8b791ae73)
2020-06-24 16:03:41 +02:00
..
2020-04-06 14:37:35 -03:00
2020-05-11 13:34:36 +02:00
2020-05-18 23:39:55 +00:00
2020-04-27 22:04:16 +00:00
2020-05-07 13:10:26 +00:00
2020-03-27 10:39:58 +01:00
2020-04-03 15:47:01 +02:00