Without a final animation at time 1, the time might be slightly off, so the window layout position would be slightly off.
In addition to not being perfectly aligned, the windows might overlap, and that messes up focus_up(), focus_down(), focus_left(), focus_right(). These functions assume windows never overlap, and ultimately affects windows selection.
Without a final animation at time 1, the time might be slightly off, so the window layout position would be slightly off.
In addition to not being perfectly aligned, the windows might overlap, and that messes up focus_up(), focus_down(), focus_left(), focus_right(). These functions assume windows never overlap, and ultimately affects windows selection.