Add anchor component

This commit is contained in:
2024-03-12 22:09:53 +00:00
parent 878423aeff
commit d5bad76fb0
10 changed files with 32 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
}
.fade-in {
animation: fadeInAnimation ease 6s;
animation: fadeInAnimation ease 3s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}

View File

@@ -965,7 +965,7 @@ video {
}
.fade-in {
animation: fadeInAnimation ease 6s;
animation: fadeInAnimation ease 3s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}