<p>Well, yes. There are two ways of doing this.</p>
<p>One is described in many places (<a href="http://lifehacker.com/turn-off-office-2013s-distracting-typing-animation-498701966">here</a>, for one) and goes like this:</p>
<ul>
<li>
<p>In regedit, naviguez vers <code>HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common</code></p>
</li>
<li>
<p>If there’s no <code>Graphics</code> key under that <code>Common</code> key, faites un clic droit sur the Common key et sélectionnez New > Key. Type in <code>Graphics</code> for the key name.</p>
</li>
<li>
<p>With the <code>Graphics</code> key selected, faites un clic droit sur the right side of the editor and create a new DWORD value. Name it <code>DisableAnimation</code>.</p>
</li>
<li>
<p>Finally, double-cliquez sur the <code>DisableAnimation</code> value and change the value to <code>1</code>. Hit OK and exit the editor, then restart Windows for it to take effect.</p>
</li>
</ul>
<p>Notez que for Office 2016, the DWORD key is under <code>HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics</code> and it should be called <code>DisableAnimations</code> (plural).</p>
<p>The other way is through the System Performance Settings.</p>
<ul>
<li>
<p>Open “System” (by typing Win+Pause)</p>
</li>
<li>
<p>Cliquez sur le “Advanced system settings” in the top left.</p>
</li>
<li>
<p>In the “System Properties” window (don’t you just love consistency?), allez dans the “Advanced” tab and cliquez sur le “Settings” button in the first section, “Performance”.</p>
</li>
<li>
<p>In the “Performance Options” window, on the “Visual Effects” tab, deselect the first option, “Animate controls and elements inside windows”. You may want to disable a bunch of other useless animations here, too, but don’t disable the “Smooth edges of screen fonts”. Curiously, you don’t have to restart Windows if you do it this way.</p>
</li>
</ul>
<p>Modification : The latter method may look very different on Windows 10, sorry I missed that part.</p>