Browser.ctrlTab.smoothScroll: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 9: Line 9:
===False===
===False===
Instantly switch tab previews when Ctrl+Tab is pressed.
Instantly switch tab previews when Ctrl+Tab is pressed.
==Caveats==
* [[browser.ctrlTab.mostRecentlyUsed]] must be true for this preference to have an effect.


==First checked in==
==First checked in==
Line 20: Line 23:


==Related preferences==
==Related preferences==
* [[browser.ctrlTab.mostRecentlyUsed]]
* [[browser.ctrlTab.previewsCount]]
* [[browser.ctrlTab.previewsCount]]



Revision as of 03:15, 27 July 2008

Background

Firefox 3.1 offers previews when switching between tabs, showing page titles and thumbnails of content to the user in a pop-up dialog. This preference determines whether the switching between previews uses a smooth-scrolling transition.

Possible values and their effects

True

Scroll tab previews smoothly each time Ctrl+Tab is pressed. (Default)

False

Instantly switch tab previews when Ctrl+Tab is pressed.

Caveats

First checked in

2008-07-15 by Dão Gottwald

Has an effect in

  • Firefox (3.1 nightly builds since 2008-07-15)

Related bugs

Related preferences

External links