此討論串已被封存。
如果您有需要幫助,請新增一個新問題
封存
Disable animation when entering fullscreen
Is it possible to disable the transition that is triggered by pressing f11 or clicking the "Display the window in full screen" button in the application menu. I am referring to the animation where the toolbar slides upward, not the fade to black animation.
Is it possible to disable the transition that is triggered by pressing f11 or clicking the "Display the window in full screen" button in the application menu. I am referring to the animation where the toolbar slides upward, not the fade to black animation.
所有回覆 (1)
I solved the issue by adding the following line to my userchrome.css file:
#navigator-toolbox[fullscreenShouldAnimate] { transition: none !important }
由 Darcy 於