fix: scrolling effect error
This commit is contained in:
@@ -729,6 +729,16 @@ input[type="number"]:focus {
|
||||
color: var(--blanc-creme);
|
||||
}
|
||||
|
||||
/* Scroll Animations */
|
||||
.fade-in-element {
|
||||
opacity: 0;
|
||||
transform: translateY(30px);
|
||||
}
|
||||
|
||||
.fade-in-element.animate-in {
|
||||
animation: fadeInUp 0.8s ease forwards;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
@keyframes fadeInUp {
|
||||
from {
|
||||
|
||||
Reference in New Issue
Block a user