We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982fd2a commit 5c4702dCopy full SHA for 5c4702d
LongevityWorldCup.Website/wwwroot/partials/head.html
@@ -116,6 +116,7 @@
116
duration: 800, // Animation duration in milliseconds
117
easing: 'ease-in-out', // Easing function
118
once: true, // Whether animation should happen only once while scrolling down
119
+ offset: 50, // Reduced offset to trigger animations earlier
120
disable: window.matchMedia('(prefers-reduced-motion: reduce)').matches, // Respect user preference
121
});
122
0 commit comments