feat: set animation to true as that bug has been resolved upstream

This commit is contained in:
alistair3149 2024-05-25 00:35:55 -04:00
parent a28816218a
commit 947a47af2e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -140,7 +140,7 @@
"public": true
},
"TabberNeueEnableAnimation": {
"value": false,
"value": true,
"description": "Enable or disable smooth scroll animation",
"public": true
},