Turn off animation when switching between fullscreen apps

Hello,


I bought a new mac recently and I love it. There is only one thing that I have found so far which kind of bothers me. When you have 2 or more fullscreen apps opened it would be really nice to just switch between them really fast. Currently there is an animation which gets me a bit dizzy. I don't have a problem with the animation when an app gets into fullscreen. But once it is in fullscreen there should be an option (or at least I hope there should) to make switching between fullscreen apps faster.


Is there a way to do this via the command line or from the System Preferences (tho I didn't find any). I'm running a 10.9.5 Mavericks on a Macbook Pro.


Thanks

MacBook Pro with Retina display, OS X Mavericks (10.9.5)

Posted on Oct 10, 2014 12:59 PM

Reply
Question marked as Top-ranking reply

Posted on Nov 24, 2016 3:37 PM

I figured this out! 🙂


Just go to System Preferences > Accessibility > Display


And turn on "Reduce motion".

9 replies

Oct 11, 2014 3:15 PM in response to Eric Root

Hello Eric,


I know about the control - left/right arrow shortcuts and I use them but that's not actually the thing I have in mind. When you open two apps and make them go to fullscreen mode (in my case Chrome browser and IntelliJ IDEA) and click command + tab to switch between the two, there will always be this animation (sliding from left to right or right to left). This looks nice and all but when you work for 2 minutes and make this switching a couple of times it gets a bit annoying (at least for me). What I'm interested in, is a way to disable this behaviour or at least only when switching between fullscreen apps. This way I will get the benefit of more screen estate as well as not getting a headache.


I'm not sure if there's a way to do this but I will be very happy if there was. And thank you for replying.

Oct 11, 2014 5:17 PM in response to kelhak1

I'm running a little late. Couldn't get away from this puzzle. Basically, what you do is put display to sleep. Then use a toggled that presses Control + left arrow (or right arrow). Then, after a second, you press the space bar or something else to wake up the display. Here's part of it:


do shell script "pmset displaysleepnow"

tell application "System Events"

key code 123 using control down -- left arrow

-- make toggler

-- key code 124 using control down -- right arrow

end tell


Gotta go.


Later,

kel

Oct 11, 2014 6:36 PM in response to kelhak1

Testing with this script which I'm running from the Script menu:


do shell script "pmset displaysleepnow"



tell application "System Events"

set front_process to name of first process whose frontmost is true

end tell

if front_process is "Terminal" then

tell application "Calendar" to activate

else

tell application "Terminal" to activate

end if

beep 1


Here I'm running Calendar and Terminal in full screen with one of them selected. After the beep, press some key.


Still checking if there is an easier way to wake the computer. We might need to schedule a wake time like in 1 second or 2. Will be testing it later.


Gotta go again.


Later,

kel

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Turn off animation when switching between fullscreen apps

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.