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

@@ -4,6 +4,7 @@
cursor: initial;
user-select: none;
font-weight: 600;
animation: fadeIn 1s;
--shadow-shift: 0.2rem;
}

View File

@@ -101,6 +101,10 @@ h1.quoteauthor {
align-items: flex-start;
padding: 20px;
text-align: left;
.title, .subtitle {
text-transform: capitalize;
}
}
.author-holder {

View File

@@ -6,6 +6,7 @@
cursor: initial;
user-select: none;
font-weight: 600;
animation: fadeIn 1s;
--shadow-shift: 0.4rem;
}

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);

View File

@@ -33,6 +33,8 @@ body {
justify-content: center;
align-items: center;
gap: 20px;
animation: fadeIn 1s;
}
&.no-textBorder {