We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa73a70 commit a9bde0dCopy full SHA for a9bde0d
apps/website/src/components/navigation.astro
@@ -226,14 +226,9 @@ const optimizedLogo = await getImage({
226
tl.to(containerElement, { autoAlpha: 1 }, "showBookACall");
227
228
let lastDirection = 0;
229
- let firstScrollTriggered = false;
230
231
const st = ScrollTrigger.create({
232
onUpdate(self) {
233
- if (!firstScrollTriggered) {
234
- firstScrollTriggered = true;
235
- }
236
-
237
if (self.direction === 1 && lastDirection !== 1) {
238
tl.play();
239
lastDirection = 1;
0 commit comments