Beta-2.1 - The clearer, the faster #22

Merged
Djeex merged 27 commits from Beta-2.1 into main 2025-09-04 12:50:26 +02:00
24 changed files with 1336 additions and 673 deletions
Showing only changes of commit 2cc0a213c9 - Show all commits

View File

@ -181,8 +181,8 @@ h2 {
/* animation */ /* animation */
.appear { .appear {
-webkit-transition: all 0.3s; -webkit-transition: all 1s;
transition: all 0.3s; transition: all 1s;
opacity: 0; opacity: 0;
-webkit-transform: translateY(20px); -webkit-transform: translateY(20px);
transform: translateY(20px); transform: translateY(20px);