Jump to content
Search Community

filippos

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by filippos

  1. update:
    I found this:

    onLeave: function (self) {
        self.scroll(self.start);
        self.disable();
        self.animation.progress(1);
    }

    ...and this works, but when I put this on a scrolltrigger timeline the animation is interrupted. When I use onComplete - nothing happens.

     

  2. I noticed that this behavior is random. I resize and refresh the page on codepen. Nothing else, just a moment ago this error appeared again. The same thing happens to me on the landing page. Most of the time this works fine, but sometimes the timelines get mixed with the scrolltrigger and the animations overlap. I use google chrome on ubuntu linux.

  3. See the Pen PoBKqmQ by FilipGC (@FilipGC) on CodePen



    This is an example of my fake horizontal animation. Such an animation oerlaps with others. It looks as if the animations on the page are loading in random order and not where they should be. It looks like thery were pinned too early.

    I noticed a problem with animations that use pin: true;. What am I doing wrong?

  4. I' sorry but the landing page shows a product that is not published. But I will try to describe the problem as best as possible.
    It's looks like some animations play in the same time. A lot of tween is scrolltrigger. Look on apple page https://www.apple.com/iphone-14-pro/.
    For example when I scroll down to the caption - "Pro. Beyond." and refresh. On my site, another animation would also appear at the same time, such as the video at the beginning or something below. I'll try to show you the code for a horizontal animation soon, which usually overlaps another.

  5. Hi, I have landing page with many advanced tweens for example frame animation like AirPods Pro, 3 horizontal tweens with pictures and much much more. When page is loading for the first time it looks normal and the content page loads properly. But when I refresh page when isn’t on top, tweens don’t load well and page content overlaps to each other. Is this a known problem? For business reasons I can't share the code here and it’s too long

  6. Hi, I have one scrolltrigger timeline for image sequence animation. How can I add tween without scrubbing (scrolltrigger) into this timeline? This timeline have scrub parameter for all timeline.

  7. In the first section there will be a photo with a shape that, when scrolled, turns into a photo that is placed in the second section. So the photo will appear in the first section and occupy its position in the second section. The HTML location should be as in the example.

    I am sorry if I am explaining wrongly what I want to achieve. @GreenSock

  8. Hi Cassie,

    Unfortunately this plugin is paid :( I updated the example with gsap code. After scrolling, I would like to move the div to the target position and not just change its dimensions as it is done so far. Div stays in position top: -300px; left: 500px. I would like it to take values as in the 'visible' class

  9. Hi, I want to smooth move down div with class ".box" using ScrollTrigger with "pin" value from changed position values (top and left) to base div position as in ".visible" class. I spended many hours working in this case and I still don't have any idea how to do it.

     

    The starting position of the div is changed and I would like it to move pinned down and take the base position when scrolling at the end.

    Please help

    See the Pen xxLYZmY by FilipGC (@FilipGC) on CodePen

×
×
  • Create New...