RREFACTOR hiding markers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-06-04 11:38:00 +02:00
parent e2dd501342
commit 66828aa8b6

View File

@ -10,7 +10,7 @@ export default function initFooterShapes() {
trigger: '.branding', trigger: '.branding',
start: 'top bottom', start: 'top bottom',
end: 'bottom top', end: 'bottom top',
markers: true, // markers: true,
scrub: 0.2, scrub: 0.2,
}, },
y: '80%', y: '80%',
@ -29,7 +29,7 @@ export default function initFooterShapes() {
trigger: '.branding', trigger: '.branding',
start: 'top bottom', start: 'top bottom',
end: 'bottom top', end: 'bottom top',
markers: true, // markers: true,
scrub: 0.4, scrub: 0.4,
}, },
y: '30%', y: '30%',
@ -48,7 +48,7 @@ export default function initFooterShapes() {
trigger: '.branding', trigger: '.branding',
start: 'top bottom', start: 'top bottom',
end: 'bottom top', end: 'bottom top',
markers: true, // markers: true,
scrub: 0.6, scrub: 0.6,
}, },
y: '30%', y: '30%',
@ -67,7 +67,7 @@ export default function initFooterShapes() {
trigger: '.branding', trigger: '.branding',
start: 'top bottom', start: 'top bottom',
end: 'bottom top', end: 'bottom top',
markers: true, // markers: true,
scrub: 0.3, scrub: 0.3,
}, },
y: '60%', y: '60%',