fix: consistent ui fade in transition

This commit is contained in:
alexsparkes
2024-05-20 10:06:00 +01:00
parent 9ea8e681f6
commit 74fcf4bafb
5 changed files with 10 additions and 0 deletions

View File

@@ -13,6 +13,8 @@
display: flex;
flex-flow: column;
animation: fadeIn 1s;
&:hover {
height: auto;
transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);