Ben Hancock163 downloadsMakes stacked-tab switching faster while preserving its sliding animation.
Speed up switching between stacked tabs while keeping the horizontal sliding animation.
The core stacked-tabs feature uses the browser's native smooth scrolling, whose duration is not configurable. Faster Stacked Tabs replaces only that horizontal scroll with a shorter, adjustable ease-out animation.
The plugin only changes smooth horizontal scrolling inside stacked tab groups. Normal tabs and scrolling elsewhere are left unchanged.
npm install
npm run build
Copy manifest.json and main.js into:
<vault>/.obsidian/plugins/faster-stacked-tabs/
Reload the app, then enable the plugin under Settings → Community plugins.
Faster Stacked Tabs does not access note contents, make network requests, or collect analytics. Its only saved value is the selected animation duration.
npm install
npm run lint
npm run typecheck
npm run build