Finish About page

Add entering and scroll animations
This commit is contained in:
2022-08-18 23:20:48 +02:00
parent 97fcf8c60c
commit 2539834ce1
4 changed files with 373 additions and 38 deletions

View File

@@ -40,7 +40,7 @@
background-position: 0 100%;
background-size: 100% 1px;
background-repeat: no-repeat;
transition: color 0.6s var(--ease-quart);
transition: color 0.4s var(--ease-quart);
&:hover {
color: $color-secondary-light;