gh-8206: Respect reduce motion more and dont block switch animations (gh-12980)

This commit is contained in:
mr. m
2026-03-29 15:32:27 +02:00
committed by GitHub
parent 7f00a16d6d
commit ec2864902c
4 changed files with 65 additions and 42 deletions

View File

@@ -1014,6 +1014,7 @@ window.gZenVerticalTabsManager = {
animateItemOpen(aItem) {
if (
gReduceMotion ||
!gZenUIManager.motion ||
!aItem ||
!gZenUIManager._hasLoadedDOM ||