gh-13140: Fixed some items not respecting reduce motion (gh-13141)

This commit is contained in:
mr. m
2026-04-08 14:08:47 +02:00
committed by GitHub
parent 28fcaf94a3
commit 73ae2fa258
5 changed files with 17 additions and 6 deletions

View File

@@ -432,6 +432,9 @@ window.gZenUIManager = {
},
onUrlbarSearchModeChanged(event) {
if (gReduceMotion) {
return;
}
const { searchMode } = event.detail;
const input = gURLBar;
if (gURLBar.hasAttribute("breakout-extend") && !this._animatingSearchMode) {