Skip to content
Snippets Groups Projects
Commit c8c3170b authored by svornost's avatar svornost
Browse files

Reduce fade time for tabs.

parent e53c4808
No related branches found
No related tags found
1 merge request!6215Reduce fade time for tabs.
......@@ -10,7 +10,7 @@ div.tab button {
outline: none;
cursor: pointer;
padding: 1ex 1ex;
transition: 0.3s;
transition: 0.2s;
font-size: large;
}
......@@ -26,8 +26,8 @@ div.tab button.active {
.tabcontent {
display: none;
padding: 6px 12px;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
-webkit-animation: fadeEffect 0.3s;
animation: fadeEffect 0.3s;
}
@-webkit-keyframes fadeEffect {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment