Simulator slow-motion animations are now on?

IosXcodeCocoa TouchIos Simulator

Ios Problem Overview


A while ago I was experimenting, trying to see if i could get navigation items to animate and scroll between each other.

I don't know if this is related but suddenly without touching the simulator options I'm getting this message Simulator slow-motion animations are now on and moving between views is very slow, like 3 seconds. This occurs with all animation effects.

Any idea what I need to do to stop this ?

Ios Solutions


Solution 1 - Ios

The shortcut as of Xcode 6 is Command ⌘+T. This toggles it between on and off, so to turn it off just punch that combination.

Solution 2 - Ios

Just figured this out:

You can toggle slow-motion animations on and off by pressing Shift three times in succession while the iOS Simulator is in focus.

Solution 3 - Ios

In the simulator at the top bar, go to Debug

Slow Animations and check it off or on.

Nothing to it.

Solution 4 - Ios

because there's no home button in the iPad simulator since iOS 5.0, we need a key combination (shift+command+h), which may activate slow motion. This glitch keeps happening to me, and quite annoying.

Solution 5 - Ios

I ran into this same problem, and it seems that now the shortcut is +T to toggle it on any app that you're running. If you're on the home screen it should toggle all of the base OS animation speeds.

Solution 6 - Ios

In Xcode 11, the shortcut command + T didn't work for me.


To solve it:

  1. Open simulator
  2. Click on the debug menu
  3. deselect "Slow Animations" from the menu.
  4. Done

enter image description here

Solution 7 - Ios

One reason this keeps happening to me is I use a VNC viewer to remotely work on my Mac mini, and it defaults to sending repeated keypresses whenever any key (including shift) is held down.

So even though "I" am not pressing shift multiple times, if I use the physical keyboard to enter text, then just holding shift down long enough to type a few letters results in the Mac seeing it multiple times and toggling the slow animations.

One work around is to not use the physical keyboard, but instead always "type" using the mouse to select letters on the simulators pop-up keyboard.

Solution 8 - Ios

When simulator is open, simulator window show 6 commands including file, edit, hardware, debug, window and help.

Just click on Debug and the first position is stop animation window + T command is use for it.

If the slow animation is checked then simply unchecked it.

Solution 9 - Ios

I couldn't fix it with triple shift, or triple home.

Could not fix via Debug->Toggle Slow Animation either.

Instead, you can reset the whole damn thing: iOS Simulator -> Reset Content and Settings.

Note that I had 2 problems.. slow motion inside the app (which was toggled by the debug->toggle menu) and slow motion when I switch between apps, aka "everything". I was only able to fix the global slow mo by resetting.

Solution 10 - Ios

On 5.1 it can be toggled by hitting Shift twice, just like we do double-click on mouse.

Solution 11 - Ios

The shortcut as of Xcode 10.3 is Command ⌘+T. This toggles it between on and off, so to turn it off just punch that combination. And run your project again.

Solution 12 - Ios

Here is the shortest way to close the slow animation in Simulator!

Step 1: Open the Simulator.

Step 2: On the left top of the window you'll find DebugSee here in some of the options.

Step 3: Under Devices, you'll see an option ( Slow Animations ) is checked, Just Uncheck it !!

Done . :]

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJulesView Question on Stackoverflow
Solution 1 - IosBoltClockView Answer on Stackoverflow
Solution 2 - IoscompilererrorView Answer on Stackoverflow
Solution 3 - IosDivine DavisView Answer on Stackoverflow
Solution 4 - IosChris ChenView Answer on Stackoverflow
Solution 5 - IosporglezompView Answer on Stackoverflow
Solution 6 - IosMichael YousrieView Answer on Stackoverflow
Solution 7 - Iossoftware evolvedView Answer on Stackoverflow
Solution 8 - IossimranView Answer on Stackoverflow
Solution 9 - IosYuji 'Tomita' TomitaView Answer on Stackoverflow
Solution 10 - IosAniruddhView Answer on Stackoverflow
Solution 11 - IosForhadView Answer on Stackoverflow
Solution 12 - IosATEF SHAHRIER EVANView Answer on Stackoverflow