Introduced in macOS Sierra, the user can control how fast the Mission Control animation moves to the “end view”, by how fast the action is performed on a trackpad.
I think the default setting is much too slow, and I don't want to overdo the gesture each time just to get better efficiency out of the animation.
This 2012 article refers to settings like these:
defaults write com.apple.dock expose-animation-duration -float 0; killall Dock
for fast animations, and to reset:
defaults delete com.apple.dock expose-animation-duration; killall Dock
I have tried them in Sierra and they don't work.
disable-follow-fingers -bool false
which will cause the animation timeframe to take effect. I'll update if I hear of anyone who finds that particular setting. – undefined Sep 21 '16 at 17:28reduced motion
(Accessibility Settings). To me, it doesn't seem to solve the issue, but it may "feel" faster, because the sliding animation goes away. – undefined Sep 21 '16 at 17:41reduced motion
doesn't do this unfortunately. – P A N Sep 21 '16 at 17:43defaults write com.apple.dock expose-animation-duration -float 0.1
command does not seem to help. – Olivier Lalonde Oct 11 '16 at 21:23