Animation
All animations based on GSAP. More information can be found here: https://greensock.com/gsap/
JavaScript Format
gsap.to(item, {
scrollTrigger: {
trigger: 'Animation Start Class',
start: "top center+=150",
markers: false,
},
opacity: 1,
x: 0,
ease: "power2.out",
duration: 2,
stagger: {
each: 0.4,
},
});HTML Format
Title Animation
Hover Animation
Last updated