first commit

This commit is contained in:
R-Bharathraj
2026-04-13 11:37:10 +05:30
commit 49e3a4e836
1215 changed files with 176675 additions and 0 deletions

12
assets/js/card.js Normal file
View File

@@ -0,0 +1,12 @@
gsap.from(".content-box > *", {
x: 120,
opacity: 0,
duration: 1,
ease: "power3.out",
stagger: 0.2,
scrollTrigger: {
trigger: ".behavision-section",
start: "top 70%",
once: true
}
});