In his announcement of Mathematica 13.1 (https://writings.stephenwolfram.com/2022/06/launching-version-13-1-of-wolfram-language-mathematica/), Stephen Wolfram discusses a new feature: the ability to "dolly" into a 3D graphic (which is different from zooming in).
How does one do this? Is it some key combination and if so, what - for Mac and for Windows?
The example he uses is:
Graphics3D[Table[Style[Ball[RandomReal[1, 3], RandomReal[{0, 0.1}]], RandomColor[]], 40]]
He includes a video showing "dollying in" but doesn't say how to do it.