We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3aafe commit b3169aaCopy full SHA for b3169aa
assets/css/style.css
@@ -557,7 +557,7 @@ select {
557
background-color: var(--VeryDarkGray);
558
max-height: 0;
559
overflow: hidden;
560
- transition: max-height 0.2s ease-out;
+ transition: max-height 0.5s ease-in-out;
561
text-align: left;
562
}
563
changelogs/index.html
@@ -530,7 +530,7 @@ <h1>Changelogs</h1>
530
if (panelO.style.maxHeight) panelO.style.maxHeight = panelO.scrollHeight + "px";
531
532
533
- , 200);
+ , 500);
534
});
535
536
</script>
0 commit comments