add PromotionModal.vue
All checks were successful
Deploy / build (push) Successful in 58s

This commit is contained in:
alsaze
2025-12-16 14:44:49 +03:00
parent e90368fc9d
commit 3fd4ef72c6
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ function desktopAnimation() {
trigger: benefitsRef.value,
start: 'top 80%',
toggleActions: 'play none none reverse',
once: true,
},
})

View File

@@ -66,11 +66,11 @@ function servicesAnimation() {
opacity: 0,
duration: 1,
ease: 'power4.out',
once: true,
scrollTrigger: {
trigger: card,
start: 'top 70%',
toggleActions: 'play none none reverse',
once: true,
},
})
})