first commit
This commit is contained in:
12
assets/js/card.js
Normal file
12
assets/js/card.js
Normal 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
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user