Bug 1632166 - Obey prefers-reduced-motion when animating toolbars for fullscreen mode. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D71959
This commit is contained in:
Dão Gottwald 2020-04-23 22:15:53 +00:00
parent 78955d748f
commit 03c47b1185

View File

@ -730,7 +730,7 @@ var FullScreen = {
if (
aAnimate &&
Services.prefs.getBoolPref("toolkit.cosmeticAnimations.enabled") &&
window.matchMedia("(prefers-reduced-motion: no-preference)").matches &&
!BrowserHandler.kiosk
) {
gNavToolbox.setAttribute("fullscreenShouldAnimate", true);