Skip to content

Disable collapsing/expanding tabs animation (via css?) while leaving animation enabled in settings? #3233

Answered by irvinm
SXZ1 asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe try changing the values you want to disable:

--color-animation: 0.25s ease-out;
--indent-animation: var(--indent-duration) ease-out;
--collapse-animation: var(--collapse-duration) ease-out;
--tab-animation: background var(--color-animation),
bottom var(--collapse-animation),
color var(--color-animation),
left var(--collapse-animation),
margin-bottom var(--collapse-animation),
margin-top var(--collapse-animation),
max-height var(--collapse-animation),
max-width var(--collapse-animation),
min-height var(--collapse-animation),
min-width var(

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@SXZ1
Comment options

Answer selected by SXZ1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants