added helper class to disable the tabs animation to avoid the flickering

This commit is contained in:
Gani Georgiev 2023-10-01 15:56:29 +03:00
parent 8908d03b8c
commit d69181cfef
1 changed files with 6 additions and 0 deletions

View File

@ -134,6 +134,12 @@ $tabContentAnimationSpeed: 0.2s;
margin-bottom: 0;
}
}
&.no-animations {
> .tab-item.active {
opacity: 1;
animation: none;
}
}
}
.tabs {