
How do i disable the fullscreen animation?
Heyo,
I switched to firefox today and I noticed that on youtube there's an animation (fade in and out) when fullscreening. Is there any way to disable this?
Thanks
Valgt løsning
hello,
sorry to hear this problem,
follow the steps and instruction your easily to resolved:
- Open Firefox and type about:config in the addressbar and press Enter. ...
- Now type animate in the Filter box and look for following integer key:
- The entry "browser. ...
- Now whenever you go into full screen mode, you'll not see the animation.
NOTE: If you are using newer versions of Mozilla Firefox, you should check out following :
for more information visit given link:
[https://www.askvg.com/how-to-disable-animation-while-going...]
i hope to resolve your problem then reply back to me and mark the solution.
Thank you asked Question in Mozilla,
Regards,
Arman
Læs dette svar i sammenhæng 👍 0Alle svar (5)
Valgt løsning
hello,
sorry to hear this problem,
follow the steps and instruction your easily to resolved:
- Open Firefox and type about:config in the addressbar and press Enter. ...
- Now type animate in the Filter box and look for following integer key:
- The entry "browser. ...
- Now whenever you go into full screen mode, you'll not see the animation.
NOTE: If you are using newer versions of Mozilla Firefox, you should check out following :
for more information visit given link:
[https://www.askvg.com/how-to-disable-animation-while-going...]
i hope to resolve your problem then reply back to me and mark the solution.
Thank you asked Question in Mozilla,
Regards,
Arman
You can modify these prefs on the about:config page to disable the full screen fade in and fade out.
Leave out the quotes around the value (enter two zeros separated by a space).
- full-screen-api.transition-duration.enter = "0 0"
- full-screen-api.transition-duration.leave = "0 0"
You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.
cor-el said
You can modify these prefs on the about:config page to disable the full screen fade in and fade out.
Leave out the quotes around the value (enter two zeros separated by a space).You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.
- full-screen-api.transition-duration.enter = "0 0"
- full-screen-api.transition-duration.leave = "0 0"
This doesn't seem to be working anymore. I still get the damn animation. In the old times Browser.fullscreen.animateUp 0 worked like a charm. It doesn't work either.
Ændret af effgo den
I think that the prefs should still work if I check the source code.
cor-el said
I think that the prefs should still work if I check the source code.
Well, they don't. It seems the only thing available right now is this workaround https://www.reddit.com/r/firefox/comments/j9agb3/disable_the_fullscreen_animation_in_firefox_80/
Thank god for this as whoever came up with the animation is some kind of a sociopath. Before any kneejerking reaction I suggest checking the state of the animation first.