Skip to content

Commit b3169aa

Browse files
committed
Change accordion transition
1 parent fb3aafe commit b3169aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ select {
557557
background-color: var(--VeryDarkGray);
558558
max-height: 0;
559559
overflow: hidden;
560-
transition: max-height 0.2s ease-out;
560+
transition: max-height 0.5s ease-in-out;
561561
text-align: left;
562562
}
563563

changelogs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ <h1>Changelogs</h1>
530530
if (panelO.style.maxHeight) panelO.style.maxHeight = panelO.scrollHeight + "px";
531531
}
532532
}
533-
, 200);
533+
, 500);
534534
});
535535
}
536536
</script>

0 commit comments

Comments
 (0)