This commit is contained in:
2025-12-10 13:30:26 -06:00
parent f9cdd739e3
commit 98f89dbf92
15 changed files with 285 additions and 30 deletions
+10 -10
View File
@@ -173,11 +173,11 @@ document.addEventListener('DOMContentLoaded', () => {
sal({
once: false,
threshold: 0.3,
duration: 10000,
easing: 'cubic-bezier(0.25, 0.46, 0.45, 0.94)',
distance: '100px',
opacity: 0.2,
scale: 0.85,
duration: 600,
easing: 'ease-out',
distance: '50px',
opacity: 0,
scale: 0.95,
});
}, 200);
}
@@ -211,11 +211,11 @@ document.addEventListener('DOMContentLoaded', () => {
sal({
once: false,
threshold: 0.3,
duration: 10000,
easing: 'cubic-bezier(0.25, 0.46, 0.45, 0.94)',
distance: '100px',
opacity: 0.2,
scale: 0.85,
duration: 600,
easing: 'ease-out',
distance: '50px',
opacity: 0,
scale: 0.95,
});
}, 200);
}