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%',