The 3.5s duration of large zoom transitions can make one lose on time in competitive games. We should add a settings option to make them just as fast as the panning transitions that happen when clicking on an arrow.
Transition.ts needs to read this setting and if present, use a lower MAX_DURATION, and if it determines it's a large enough zoom to use the 3-stage mode, that should skip the 2nd stage.
Discussion:
- What settings dropdown should this go in? Or should we add a new "Gameplay" dropdown and maybe move 1-2 other settings into here?
The 3.5s duration of large zoom transitions can make one lose on time in competitive games. We should add a settings option to make them just as fast as the panning transitions that happen when clicking on an arrow.
Transition.tsneeds to read this setting and if present, use a lowerMAX_DURATION, and if it determines it's a large enough zoom to use the 3-stage mode, that should skip the 2nd stage.Discussion: