How to disable tab name animation?
Since today's update, the "box" with the tab name that appears when the cursor hovers over the tab scrolls down from it. Can this animation be turned off? It's very distracting for me.
Всички отговори (3)
To disable tab name animation, you can adjust your CSS to set the animation property to none. If JavaScript is triggering the animation, comment out or modify the relevant code. Check for any framework-specific options if you're using one. Let me know if you need more details!
Zigi Nowak— Did this get resolved...?
Seems the answer would be in here somewhere...from the browser address bar, copy & paste:
about:config
it would be great to turn these mouse-over off for Tabs.
There are two Boolean (true/false) prefs in about:config to control what to show when you hover a tab. This pref controls whether to enable this new hover feature or only show the legacy tooltip with the title (this may not be possible in future Firefox versions).
- browser.tabs.hoverPreview.enabled
This pref controls whether to show a thumbnail or a two line tooltip with title and URL.
- browser.tabs.hoverPreview.showThumbnails
Showing the thumbnail can be controlled via "Settings -> General -> Tabs -> Show an image preview when you hover on a tab".