mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed slide effect from sidebar tab switching.
It's pretty, but it's pretty slow too. Removing it eliminates all noticeable lag for me. I'll keep using the <core-animated-pages> element though, in case performance improves in the future, and then I can just drop it in again. For #330.
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
<paper-tab>Plugins</paper-tab>
|
||||
<paper-tab>Filters</paper-tab>
|
||||
</paper-tabs>
|
||||
<core-animated-pages selected="0" transitions="slide-from-right" flex>
|
||||
<core-animated-pages selected="0" transitions="" flex>
|
||||
<div id="cardsNav" class="tab-content" layout vertical>
|
||||
<paper-item>
|
||||
<a href="#summary"></a>Summary
|
||||
|
||||
Reference in New Issue
Block a user