From 66828aa8b60df67066b709050c1bf6739c6a2f79 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 4 Jun 2025 11:38:00 +0200 Subject: [PATCH] RREFACTOR hiding markers --- resources/js/footer.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/footer.js b/resources/js/footer.js index ac1b034..9f7d3bb 100644 --- a/resources/js/footer.js +++ b/resources/js/footer.js @@ -10,7 +10,7 @@ export default function initFooterShapes() { trigger: '.branding', start: 'top bottom', end: 'bottom top', - markers: true, + // markers: true, scrub: 0.2, }, y: '80%', @@ -29,7 +29,7 @@ export default function initFooterShapes() { trigger: '.branding', start: 'top bottom', end: 'bottom top', - markers: true, + // markers: true, scrub: 0.4, }, y: '30%', @@ -48,7 +48,7 @@ export default function initFooterShapes() { trigger: '.branding', start: 'top bottom', end: 'bottom top', - markers: true, + // markers: true, scrub: 0.6, }, y: '30%', @@ -67,7 +67,7 @@ export default function initFooterShapes() { trigger: '.branding', start: 'top bottom', end: 'bottom top', - markers: true, + // markers: true, scrub: 0.3, }, y: '60%',