![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
How do I remove both the Fullscreen warning notification and the transition animation in switching to/back from fullscreen? (Firefox latest 2021)
Hi all
How do I remove both the Fullscreen warning notification and the transition animation in switching to/back from fullscreen?
Is it some option in about:config I reckon?
Thanks Vin
Soluție aleasă
Hi Vin, I think these are the relevant preferences:
Animation
- full-screen-api.transition-duration.enter => 0 0
- full-screen-api.transition-duration.leave => 0 0
Notice
- full-screen-api.warning.delay => 0
- full-screen-api.warning.timeout => 0
Toate răspunsurile (2)
Soluție aleasă
Hi Vin, I think these are the relevant preferences:
Animation
- full-screen-api.transition-duration.enter => 0 0
- full-screen-api.transition-duration.leave => 0 0
Notice
- full-screen-api.warning.delay => 0
- full-screen-api.warning.timeout => 0
Thanks a lot @jscher2000
These options working quite well for me:
full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 full-screen-api.transition.timeout 0 full-screen-api.warning.delay 0 full-screen-api.warning.timeout 0