Jump to content
Search Community

eravulgaris

Members
  • Posts

    6
  • Joined

  • Last visited

eravulgaris's Achievements

  1. Hi, I've adjusted the scrub to true and the issue persists. I've added a second title in green to more easily show the issue. As you can see the red title animation immediately starts playing, with the red title animating once the previous animation is done (and this is correct behavior). However, the AirPods animation seems to be stretched over this whole timeline. Edit: Codepen has been adjusted: https://codepen.io/jvlvl-z/pen/gOKxaKe
  2. Hi Rodrigo, Thanks for your answer! Sorry, maybe my question wasn't clear enough, but as you can see, the airpods animation is still going on when the red title animation (y: -500) is starting. I meant that the AirPods animation should be completely finished before the title animation runs.
  3. Hi all, I'm wondering why my timeline isn't behaving like a normal timeline in this example. As in: the h1 title animates immediately and doesn't wait for the previous animation to finish. I'm also wondering if it would be possible to animate a second canvas after all this and if that would be advisable (performance wise). Thanks in advance!
  4. Hi all, Been banging my head against this for a while, so I thought it was time to ask some help to you fine folks! Basically, I'm looking for a way to completely hide and show multiple video's. Video 2 should only be shown once video 1 is done. In addition, video 1 should also be completely gone once it's over. I've tried adding display: "none" and display: "block' to the fromTo, but it also runs only once. What would be the best way to go about this? Thanks in advance!
  5. Hi all, I'm just getting started with ScrollTrigger (and GSAP), so I'm sorry for the noob question. As you can see in the Codepen I've created a section underneath all the panels (.test), but for some reason it sits underneath all the gsap panels. I've set this new element as an endTrigger and the end is at the top of this element, yet it just gets overlayed. Any idea what I'm doing wrong? Thanks in advance!
×
×
  • Create New...