Hi @Rodrigo thank you so much for taking care of this.
Can I ask about the bit you added? ScrollTrigger.create({
trigger: ".description",
snap: {
snapTo: 1 / 4,
duration: 0.5
},
start: "top top",
end: "max"
});
This will add another ScrollTrigger on the first div for what? Sorry for the noob question
I tried to add a div on the bottom - https://codepen.io/Roberto-Pelonara/pen/bGmKBLj
The "Carousel" stands there and will not show me the bottom div.