Change logo animation
This commit is contained in:
parent
3445ae529c
commit
2d7ecbc553
6 changed files with 1169 additions and 770 deletions
|
@ -3,9 +3,6 @@
|
|||
<KNavigationBar/>
|
||||
<AnimatedLogo/>
|
||||
<main class="index-page__content">
|
||||
<div class="index-page__name">
|
||||
Moritz Ruth
|
||||
</div>
|
||||
<div class="index-page__socials">
|
||||
<a class="index-page__social-link" href="https://github.com/moritzruth" title="GitHub">
|
||||
<GitHubIcon class="index-page__social-icon"/>
|
||||
|
@ -37,12 +34,6 @@
|
|||
height: calc(100vh - var(--x-navbar-height));
|
||||
}
|
||||
|
||||
.index-page__name {
|
||||
animation: appear 800ms 3.5s ease both;
|
||||
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
@keyframes appear {
|
||||
from {
|
||||
opacity: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue