update
This commit is contained in:
+10
-10
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user