Jump to content
Search Community

Stahlpruegel

Members
  • Posts

    1
  • Joined

  • Last visited

Stahlpruegel's Achievements

  1. Hello guys, im a bloody beginner with like 30 Minutes of Experience but im close to what i want to achieve. I have some icons which bounce from the top to the middle, and then disappear at the bottom. But for some reason the drom make a vertical scrollbar. gsap.to(".icon", { opacity: 1, duration: 1, y: 400, ease: Bounce.easeOut, stagger: { amount: 0.5, from: "start", }, }); gsap.to(".icon", { opacity: 0, duration: 1, y: -2000, delay: 2, }); I made i -2000 so it looks like it would fly to the bottom and disappear, but the scroll bar is making me crazy. Can someone tell me what is wrong and how can i do the same with a timeline? Thanks and i think this is an amazing library !!
×
×
  • Create New...