added helper class to disable the tabs animation to avoid the flickering
This commit is contained in:
@@ -134,6 +134,12 @@ $tabContentAnimationSpeed: 0.2s;
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.no-animations {
|
||||||
|
> .tab-item.active {
|
||||||
|
opacity: 1;
|
||||||
|
animation: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
|
|||||||
Reference in New Issue
Block a user