Jump to content
Search Community

Oleh Koval

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by Oleh Koval

  1. 21 minutes ago, ZachSaucier said:

    Without you providing a demo of what you're trying it's impossible to say for sure, but my guess is because your selector string for the wrapper is wrong. You have ".wrapper" but it should be "#wrapper" because it is an ID, not a class.

     

    Keep in mind that these forums are for specific questions, not general requests to get us to build things for you :) Mikel has been very generous with his time but it's up to you to implement our suggestions into your site. 

    See the Pen VwKxZZW by oleh-koval (@oleh-koval) on CodePen

    Try scrolling through section 2. Look at the behavior of this element https://prnt.sc/wg1a5f

  2. 31 minutes ago, mikel said:

     

     

    Hmmm, you should be able to fork my pen however you want.

    These are only suggestions and tips.

    Why does this code not work correctly if I add it to your code?
    ScrollTrigger.create({
      trigger: ".wrap",
      start: "top top",
      end: "bottom bottom",
      pin: "#head02",
      pinSpacing: false
    });
    I have a problem with this and EVERYTHING !!!

  3. 26 minutes ago, mikel said:

    Hey @Oleh Koval,

     

    Welcome to the GreenSock Forum.

     

    I'm not sure what you're going to do.
    So here's just an example to show how I interpret it.

     

     

     

     

    Happy fading ...

    Mikel

     

     

    See how this code https://prnt.sc/wfimns works in my example. This block is not fixed, but disappears first and appears at the end of the section. Although it should fixed smoothly within this section.

×
×
  • Create New...