mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-11 17:02:05 +00:00
feat: set animation to true as that bug has been resolved upstream
This commit is contained in:
parent
a28816218a
commit
947a47af2e
|
@ -96,5 +96,5 @@ Name | Description | Values | Default
|
|||
:--- | :--- | :--- | :---
|
||||
`$wgTabberNeueParseTabName` | Parse tab name as wikitext. This can have a performance impact and cause unexpected behaviors. |`true` - enable; `false` - disable | `false`
|
||||
`$wgTabberNeueUseCodex` | Use Codex to render Tabber. It is experimental and many features might not work as expected |`true` - enable; `false` - disable | `false`
|
||||
`$wgTabberNeueEnableAnimation` | Enable or disable smooth scroll animation |`true` - enable; `false` - disable | `false`
|
||||
`$wgTabberNeueEnableAnimation` | Enable or disable smooth scroll animation |`true` - enable; `false` - disable | `true`
|
||||
`$wgTabberNeueUpdateLocationOnTabChange` | If enabled, when a tab is selected, the URL displayed on the browser changes. Opening this URL makes that tab initially selected |`true` - enable; `false` - disable | `true`
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
"public": true
|
||||
},
|
||||
"TabberNeueEnableAnimation": {
|
||||
"value": false,
|
||||
"value": true,
|
||||
"description": "Enable or disable smooth scroll animation",
|
||||
"public": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue