Update: version 1

This commit is contained in:
2025-12-11 17:00:53 -06:00
parent 594539b531
commit b42d53e844
109 changed files with 2242 additions and 1365 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);
}